summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-06-23 12:20:04 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-06-23 12:20:04 +0200
commit6ca0c5e0a943b64b4e3d0a11a80c5679f7252e64 (patch)
tree32dddc2d0ae9fc19fed7af68387eb73c8f242106
parentde43e985595d7b4ac6832b790715f77297da06d5 (diff)
Fix arch.css for new version of MediaWiki
-rw-r--r--skins/archlinux/arch.css6
1 files 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 */