Removing the 'position: absolute; top: 0' from the #content style, as this interferes...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Jun 2003 09:04:47 +0000 (09:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Jun 2003 09:04:47 +0000 (09:04 +0000)
stylesheets/wikistandard.css

index aebc872..cf63ca6 100644 (file)
@@ -1,5 +1,5 @@
 #article { padding: 4px; }
-#content { position: absolute; top: 0;  margin: 0; padding: 0; }
+#content { margin: 0; padding: 0; }
 #footer { padding: 4px; }
 #pagestats { font-size: 9pt; }
 #powersearch {