diff options
author | djones <dgjones@gmail.com> | 2010-09-14 15:02:57 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-14 15:02:57 +1200 |
commit | 92a310fcde246e0b156399b23dec58f1821a3afa (patch) | |
tree | 814b09e36dd4065beddcea76f93a377f001162e7 /public | |
parent | 4a5e2ec52e5b346858738990c05ab45812f9bf78 (diff) | |
download | refinerycms-blog-92a310fcde246e0b156399b23dec58f1821a3afa.tar.gz refinerycms-blog-92a310fcde246e0b156399b23dec58f1821a3afa.tar.bz2 refinerycms-blog-92a310fcde246e0b156399b23dec58f1821a3afa.zip |
add side bar rss subscribe block and display it on various views
Diffstat (limited to 'public')
-rwxr-xr-x | public/images/refinerycms-blog/rss-feed.png | bin | 0 -> 689 bytes | |||
-rw-r--r-- | public/stylesheets/refinerycms-blog.css | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/public/images/refinerycms-blog/rss-feed.png b/public/images/refinerycms-blog/rss-feed.png Binary files differnew file mode 100755 index 0000000..b3c949d --- /dev/null +++ b/public/images/refinerycms-blog/rss-feed.png diff --git a/public/stylesheets/refinerycms-blog.css b/public/stylesheets/refinerycms-blog.css index cef953a..1a9092c 100644 --- a/public/stylesheets/refinerycms-blog.css +++ b/public/stylesheets/refinerycms-blog.css @@ -13,4 +13,9 @@ } .field.message_field label { vertical-align: top; +} +#rss_feed_subscribe { + display: block; + padding-left: 25px; + background: url('/images/refinerycms-blog/rss-feed.png') no-repeat; }
\ No newline at end of file |