attempt to work around the ie disappering float bug
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 16 Apr 2004 13:46:06 +0000 (13:46 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 16 Apr 2004 13:46:06 +0000 (13:46 +0000)
stylesheets/monobook/main.css

index a256127..f8893ed 100644 (file)
@@ -691,7 +691,7 @@ div.townBox dl dd {
 }
 input.searchButton {
     margin-top:1px;
-    padding: 0 0.4em; !important
+    padding: 0 0.4em!important;
     font-size: 95%;
     cursor: pointer;
     background-color: White;
@@ -967,6 +967,11 @@ head:first-child+body #portal-footer li {
     overflow: auto;
     width: 100%;
 }
+* html #bodyContent table,
+* html #bodyContent div,
+* html #bodyContent span {
+    position: relative;
+}
 
 /* opera 6 fixes */
 html>body #portal-column-one {