aboutsummaryrefslogtreecommitdiffstats
path: root/public/stylesheets/refinery
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-07 16:17:26 +1200
committerdjones <dgjones@gmail.com>2010-09-07 16:17:26 +1200
commit18a708984ce40b5053ee6db5ff337e4ea9df986b (patch)
treebcedb70a39d28798f4717dbefd54150ca03d2e4c /public/stylesheets/refinery
parentbc84757e41578d68e12dc813d9be0c12ca191175 (diff)
downloadrefinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.tar.gz
refinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.tar.bz2
refinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.zip
added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions
Diffstat (limited to 'public/stylesheets/refinery')
-rw-r--r--public/stylesheets/refinery/refinerycms-blog.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/refinery/refinerycms-blog.css b/public/stylesheets/refinery/refinerycms-blog.css
index cc6f582..bede6ce 100644
--- a/public/stylesheets/refinery/refinerycms-blog.css
+++ b/public/stylesheets/refinery/refinerycms-blog.css
@@ -30,4 +30,10 @@
}
.page_add_icon {
background-image: url('/images/refinerycms-blog/icons/page_add.png');
+}
+.collapsible_menu li:first {
+ background-image: url('/images/refinerycms-blog/icons/up.png');
+}
+.collapsible_menu li.closed {
+ background-image: url('/images/refinerycms-blog/icons/down.png');
} \ No newline at end of file