* more ie6-related fixes: height hack removed, pre area width reduced
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 16 Apr 2004 14:31:21 +0000 (14:31 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 16 Apr 2004 14:31:21 +0000 (14:31 +0000)
stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index 358c9a0..bdeb814 100644 (file)
@@ -66,3 +66,4 @@ body {
     padding:0;
     margin:0;
 }
+#catlinks { z-index: 4; }
index 066312c..a46dc25 100644 (file)
     background: url(external.png) center right no-repeat;
     padding-right: 13px;
 }
-
-
-/* height on everything... */
-#toc,
-#content p,
-div.comment,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.description,
-.portalMessage {
-    height: 1%;    
+#bodyContent {
+    width: 98%;
 }
 
 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
index 45b7401..4cc7e03 100644 (file)
@@ -953,13 +953,13 @@ head:first-child+body #portal-footer li {
     display: inline;
 }
 /* float/negative margin brokenness */
-* html #bodyContent, 
 * html #bodyContent pre,
 * html #bodyContent div.fullImage {
     overflow: auto;
     overflow-y: hidden;
-    width: 100%;
+    width: 98%;
     margin-bottom: 25px;
+    margin-right: 0;
 }
 /* more float brokenness */
 * html #bodyContent {