summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skins/ArchLinux/arch.css18
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;
}