diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2015-03-11 15:42:25 +0800 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2015-05-14 18:58:48 +0200 |
commit | 269cb5eb7b7d2786f0871eeaf40a6f6ccd4c74ae (patch) | |
tree | 982314f1f95abac95dac017adb1d8c2561181f4b /skins | |
parent | 83ba6736d1f25bf18adfaed18f8e4460a1fd8478 (diff) |
ArchLinux skin: simplify code by removing obsolete IE6 fixes
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'skins')
-rw-r--r-- | skins/ArchLinux/arch.css | 18 |
1 files changed, 0 insertions, 18 deletions
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; } |