From b8566401fd63cd78ef4d51667516706d754e277b Mon Sep 17 00:00:00 2001 From: Alexis Wilke Date: Sat, 15 May 2010 10:41:35 +0000 Subject: [PATCH] Reformatted with spaces as expected in Drupal --- themes/original/original.css | 55 ++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/themes/original/original.css b/themes/original/original.css index 6ff8d624..b6c8d1b4 100644 --- a/themes/original/original.css +++ b/themes/original/original.css @@ -1,44 +1,49 @@ /* $Id$ */ +.simplemenu-block { + height: 21px; +} #simplemenu { - background:#ddd; - color:#333; - border-bottom:1px solid #999; - font:11px Verdana, Helvetica, sans-serif; - width:100%; - z-index:9999; - text-align:left; + background: #ddd; + color: #333; + border-bottom: 1px solid #999; + font: 11px Verdana, Helvetica, sans-serif; + width: 100%; + text-align: left; } #simplemenu a { - color:#333; - text-decoration:none; - background:#ddd; - border-right:1px solid #999; - border-left:1px solid #eee; - padding:2px 6px 3px 6px; - width:auto; + color: #333; + text-decoration: none; + background: #ddd; + border-right: 1px solid #999; + border-left: 1px solid #eee; + padding: 2px 6px 3px 6px; + width: auto; } #simplemenu li { - background:#ddd; - text-align: left; + background: #ddd; + text-align: left; } #simplemenu li.expanded > a { - background:url(right-green.gif) no-repeat 97%; - padding-right:2em; + background: url(right-green.gif) no-repeat 97%; + padding-right: 2em; } #simplemenu li.root > a { - font-weight:700; - background:url(down-green.gif) no-repeat 97%; + font-weight: 700; + background: url(down-green.gif) no-repeat 97%; } #simplemenu li:hover, #simplemenu li.sfHover, #simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active { - background:#3875d7; - color:#fff; + background: #3875d7; + color: #fff; } #simplemenu li:hover ul, ul#simplemenu li.sfHover ul { - border-bottom:1px solid #999; + border-bottom: 1px solid #999; } #simplemenu li ul a { - height:auto; -} \ No newline at end of file + height: auto; +} + +/* vim: ts=2 sw=2 et syntax=css +*/