commented out the overflow rule- #content had overflow:auto anyway and some images...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 21:10:56 +0000 (21:10 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 21:10:56 +0000 (21:10 +0000)
stylesheets/monobook/IE55Fixes.css

index ca9c654..4c2c384 100644 (file)
@@ -6,8 +6,8 @@
     overflow: auto;
     height: 1%;
 }
-#bodyContent div,
-#bodyContent pre { overflow: auto; }
+/*#bodyContent div,
+#bodyContent pre { overflow: auto; }*/
 
 #p-personal { padding-bottom: 0.1em; }