* 0.1em more space between tabs and personal links
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 15 Apr 2004 16:27:03 +0000 (16:27 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 15 Apr 2004 16:27:03 +0000 (16:27 +0000)
* some more ie fixes

stylesheets/monobook/IE50Fixes.css
stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index 25db90c..561938d 100644 (file)
@@ -7,7 +7,7 @@
     float: none;
 }
 #portal-column-content #content {
-    margin-top: 3em;
+    margin-top: 3.1em;
 }
 #portal-column-one {
     position: absolute;
index 47b34fd..358c9a0 100644 (file)
@@ -4,7 +4,7 @@
     display: inline;
 }
 #portal-column-content #content {
-    margin-top: 2.8em;
+    margin-top: 2.9em;
     overflow: auto;
 }
 #bodyContent center,
index f645e25..ca977a9 100644 (file)
@@ -3,15 +3,19 @@
 
 /* workaround for various ie float bugs */
 #portal-column-content #content {
-    margin-top: 2.9em;
+    margin-top: 3em;
     overflow: auto;
 }
 
 #portal-column-content {
     display: inline;
 }
-#bodyContent center, /* the full-size images are in center tags */
-#bodyContent pre {
+/* the full-size images are in center tags */
+#bodyContent, 
+#bodyContent pre,
+#bodyContent img,
+#bodyContent div,
+#bodyContent p {
     overflow: auto;
 }
 
index 1479c01..3dbd6ad 100644 (file)
@@ -22,7 +22,7 @@
     padding:0;
 }
 #portal-column-content #content {
-    margin: 2.7em 0 0 12.2em;
+    margin: 2.8em 0 0 12.2em;
 }
 #portal-column-one {
     padding-top: 160px;
@@ -781,7 +781,7 @@ li#personaltools-login {
 
 #portlet-contentViews {
     position:absolute;
-    top: 1.2em;
+    top: 1.3em;
     left: 11.5em;
     margin: 0;
     white-space:nowrap;