From 0d92e871ca31531d0120a8df52a11dce7253eba0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 1 Feb 2007 13:50:28 +0000 Subject: [PATCH] typo --- css/menuv3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/menuv3.css b/css/menuv3.css index f04de5a95..939ffa9f1 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -30,7 +30,6 @@ padding:0 5px; #menu a, #menu a:visited, #menu div.x, #menu div.x:visited { color:#000; text-decoration:none; -/*border-width:1px;*/ padding-right:10px; } @@ -67,6 +66,7 @@ border:0; } /* IE6 spacing bug fix,
  • s without a bottom border get spaced to far */ + #menu ul ul li { border:solid; border-width:0 0 1px 0; @@ -77,7 +77,7 @@ position:absolute; z-index:500; top:auto; display:none; -/* IE6 event bug fix, a z-indexed layer without some kind of background will lose its events to the leyer below */ +/* IE6 event bug fix, a z-indexed layer without some kind of background will lose its events to the layer below */ background:#000; } -- 2.20.1