From 0a0292326f564ac143a1fab06cc9eeedf16004e0 Mon Sep 17 00:00:00 2001 From: Michele Di Maria Date: Tue, 6 Dec 2011 21:29:21 +0100 Subject: Fix for this: http://redmine.pfsense.org/issues/2037 Just changed some padding/margin in the CSS in order to avoid wrapping the menu. Tested with Firefox 8, Chrome 15.0.874.121 and IE 9. --- usr/local/www/themes/the_wall/all.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/themes/the_wall') diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index bd35b62..0d13dc9 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -445,8 +445,8 @@ table#marquee div#container div#scroller { /* textcolor in dropdownmenu */ #navigation li li a { display: block; - padding-left: 10px; - padding-right: 10px; + padding-left: 5px; + margin-right: 10px; color: #000000; } /* textcolor mouseover in dropdownmenu */ -- cgit v1.1