diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-09-20 19:59:02 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-09-20 19:59:02 -0400 |
commit | db4aac13f9174a0ce99a438cf74fc9b582e6e0dc (patch) | |
tree | d1f57a5a03ea647684afa4185f609468350994c4 /usr/local/www/themes | |
parent | 37efa12a4f466d5c1b28c7ba91b5f0e00822d935 (diff) | |
download | pfsense-db4aac13f9174a0ce99a438cf74fc9b582e6e0dc.zip pfsense-db4aac13f9174a0ce99a438cf74fc9b582e6e0dc.tar.gz |
Squeeze help menu in
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r-- | usr/local/www/themes/pfsense_ng/all.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index 78ca6aa..0eed400 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -423,8 +423,7 @@ table#marquee div#container div#scroller { #navigation ul li { float: left; position: relative; - /* width: 7.5em; */ - width: 100px; + width: 7.0em; top: 0px; /* top: -1px; */ } |