From 269cb5eb7b7d2786f0871eeaf40a6f6ccd4c74ae Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Wed, 11 Mar 2015 15:42:25 +0800 Subject: ArchLinux skin: simplify code by removing obsolete IE6 fixes Signed-off-by: Pierre Schmitz --- skins/ArchLinux/arch.css | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'skins/ArchLinux') diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css index 6e8b7ba7..086ff914 100644 --- a/skins/ArchLinux/arch.css +++ b/skins/ArchLinux/arch.css @@ -87,14 +87,6 @@ a.new, /* bump down the action tabs (page, discuss, edit, etc.) */ #p-cactions { - top: 7.5em; -} -/* first for IE6 */ -#p-cactions { - top: 97px; -} -/* and now for the rest */ -html > body #p-cactions { top: 92px; } @@ -131,12 +123,7 @@ div#content { #p-logo { display: none !important; } -/* first for IE6 */ #column-one { - padding-top: 90px; -} -/* and now for the browsers that work like they should */ -html > body #column-one { padding-top: 36px; } @@ -155,12 +142,7 @@ div#footer { } /* bring footer text inline with content */ -/* first for IE6 */ #footer ul { - margin-left: 0; -} -/* and now for the other browsers that work properly */ -html > body #footer ul { margin-left: 170px; } -- cgit v1.2.2