From 063954e1d8ec8a2989e88afd4dcfcfc0e79dac46 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 16 Apr 2004 13:46:06 +0000 Subject: [PATCH] attempt to work around the ie disappering float bug --- stylesheets/monobook/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 { -- 2.20.1