From ae4393ad3b4311bf640c95c9849aa39450949047 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Mon, 25 Jul 2005 21:02:23 +0000 Subject: [PATCH] no need for position:absolute --- skins/simple/main.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/skins/simple/main.css b/skins/simple/main.css index 4a75d64efe..ff076034bc 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -30,8 +30,6 @@ a:hover { padding: 0em 1em 1.5em 1em; border-left: 1px solid #959595; line-height: 1.5em; - position: relative; - z-index: 2; } #column-one { @@ -39,8 +37,8 @@ a:hover { top: 0px; left: 0px; } -#footer, #siteSub { - display: none; +#footer { + display: none; } body { @@ -58,7 +56,6 @@ body { img { border: none; - vertical-align: middle; } p { margin: 0.4em 0em 0.5em 0em; @@ -294,8 +291,7 @@ div.thumb div { text-align: center; overflow: hidden; } -div.thumb div a img { -} + div.thumb div div.thumbcaption { border: none; text-align: left; -- 2.20.1