diff options
author | Philip Arndt <parndt@gmail.com> | 2010-11-15 16:14:28 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-11-15 16:14:28 +1300 |
commit | 426c0d913f62de7377d5b7dd3172f2e7117cfaec (patch) | |
tree | f3794bcb68f22ba4af91e68731337abbd6e90108 /public | |
parent | f68328a205017914298c292f1109d3e9e8aea782 (diff) | |
download | refinerycms-blog-426c0d913f62de7377d5b7dd3172f2e7117cfaec.tar.gz refinerycms-blog-426c0d913f62de7377d5b7dd3172f2e7117cfaec.tar.bz2 refinerycms-blog-426c0d913f62de7377d5b7dd3172f2e7117cfaec.zip |
Apply convention from Refinery where the submenus are indented.
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/refinery/refinerycms-blog.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/stylesheets/refinery/refinerycms-blog.css b/public/stylesheets/refinery/refinerycms-blog.css index ff6a934..3df86f0 100644 --- a/public/stylesheets/refinery/refinerycms-blog.css +++ b/public/stylesheets/refinery/refinerycms-blog.css @@ -48,4 +48,8 @@ ul.collapsible_menu li span.arrow { } ul.collapsible_menu li.closed span.arrow { background-image: url('/images/refinerycms-blog/icons/down.gif'); -}
\ No newline at end of file +} +ul.collapsible_menu > div { + width: 93%; + margin: 0px auto; +} |