From b634ec2b2ab9726c8d47ba6b940131c9fc692146 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 26 Jan 2007 12:33:32 +0000 Subject: [PATCH] menue spacers fix --- css/menuv3.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/menuv3.css b/css/menuv3.css index 19a2197e7..e8eff232b 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -18,7 +18,7 @@ border-color:#ccc #888 #555 #bbb; font:11px/16px arial,helvetica,sans-serif; display:block; border-right-width:1px; -border-left-width:1px; +border-left-width:0px; border-top-width:0px; border-bottom-width:0px; border-style:solid; @@ -36,6 +36,8 @@ background:#000 url(../image/bg_css_menu.png) repeat 100% 100%; #menu a{ background:#eee; text-decoration:none; +border-width:1px; +padding:2px; } #menu a, #menu a:visited{ @@ -113,7 +115,7 @@ div#menu li li li li:hover ul #menu a.x, #menu a.x:visited{ /*font-weight:bold;*/ color:#000; -background:#eee url(../image/right.png) no-repeat 100% right; +background:#eee url(../image/right.png) no-repeat 100% 50%; } #menu a.x:hover{ -- 2.20.1