From 6ca0c5e0a943b64b4e3d0a11a80c5679f7252e64 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 23 Jun 2011 12:20:04 +0200 Subject: Fix arch.css for new version of MediaWiki --- skins/archlinux/arch.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins/archlinux/arch.css b/skins/archlinux/arch.css index e187b868..6223b705 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -32,14 +32,14 @@ html > body #p-cactions { top: 92px; } #content { top: 10px; } /* shrink the content just enough to show off the borders */ -#globalWrapper { width: 99%; } +div#globalWrapper { width: 99%; } /* article Table of Contents */ #toc, .toc, .mw-warning { background-color: #f9faff; border: 1px solid #d7dfe3; } /* sidebar menus and content borders */ .pBody { border: 1px solid #ddd; } -#content { border: 1px solid #ccc; } +div#content { border: 1px solid #ccc; } /* disable default mediawiki logo and close the gap it leaves behind */ #p-logo { display: none !important;} @@ -52,7 +52,7 @@ html > body #column-one { padding-top: 36px; } #f-poweredbyico, #f-copyrightico { display: none; } /* clean up the footer */ -#footer { color: #888; background-color: transparent; border-top: none; border-bottom: none; } +div#footer { color: #888; background-color: transparent; border-top: none; border-bottom: none; } /* bring footer text inline with content */ /* first for IE6 */ -- cgit v1.2.2