IE float overflow improvement
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 29 Apr 2004 17:09:12 +0000 (17:09 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 29 Apr 2004 17:09:12 +0000 (17:09 +0000)
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index aa65f5d..b71cb2d 100644 (file)
@@ -4,7 +4,9 @@
 /* workaround for various ie float bugs */
 #column-content #content {
     margin-top: 3em;
-    overflow: auto;
+    height: 1%;
+}
+#bodyContent {
     height: 1%;
 }
 
@@ -39,9 +41,6 @@
     background: url(external.png) center right no-repeat;
     padding-right: 13px;
 }
-#bodyContent {
-    height: 1%;
-}
 
 /* show the hand */
 #p-logo a,
@@ -56,10 +55,6 @@ textarea {
     overflow: auto;
     width: 97%;
 }
-.special li {
-    overflow: auto;
-    width: 100%;
-}
 
 div.editsection,
 #catlinks,
index 2c2e12d..47cdf2d 100644 (file)
@@ -783,19 +783,11 @@ head:first-child+body #footer li { white-space: nowrap; }
 * html #column-content { display: inline; }
 
 /* float/negative margin brokenness */
-* html #bodyContent pre,
-* html #bodyContent div.fullImage {
-    overflow: auto;
-    overflow-y: hidden;
-    width: 95%;
-    margin-bottom: 25px;
-    margin-right: 0;
-}
 /* more float brokenness */
 * html #bodyContent {
-    display: inline;
     overflow-x: auto;
     width: 100%;
+    padding-bottom: 14px;
 }
 * html #footer {margin-top: 0;}
 * html #column-content {margin-bottom: 0;}