From: Gabriel Wicke Date: Fri, 16 Apr 2004 13:46:06 +0000 (+0000) Subject: attempt to work around the ie disappering float bug X-Git-Tag: 1.3.0beta1~399 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=063954e1d8ec8a2989e88afd4dcfcfc0e79dac46;p=lhc%2Fweb%2Fwiklou.git attempt to work around the ie disappering float bug --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index a25612707d..f8893ed055 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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 {