From 701b922ff50a472c6533600e1eca8e1226d7f338 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 29 Apr 2004 17:09:12 +0000 Subject: [PATCH] IE float overflow improvement --- stylesheets/monobook/IE60Fixes.css | 11 +++-------- stylesheets/monobook/main.css | 10 +--------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index aa65f5d0ce..b71cb2d099 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -4,7 +4,9 @@ /* workaround for various ie float bugs */ #column-content #content { margin-top: 3em; - overflow: auto; + height: 1%; +} +#bodyContent { height: 1%; } @@ -39,9 +41,6 @@ background: url(external.png) center right no-repeat; padding-right: 13px; } -#bodyContent { - height: 1%; -} /* show the hand */ #p-logo a, @@ -56,10 +55,6 @@ textarea { overflow: auto; width: 97%; } -.special li { - overflow: auto; - width: 100%; -} div.editsection, #catlinks, diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 2c2e12d25a..47cdf2df3b 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -783,19 +783,11 @@ head:first-child+body #footer li { white-space: nowrap; } * html #column-content { display: inline; } /* float/negative margin brokenness */ -* html #bodyContent pre, -* html #bodyContent div.fullImage { - overflow: auto; - overflow-y: hidden; - width: 95%; - margin-bottom: 25px; - margin-right: 0; -} /* more float brokenness */ * html #bodyContent { - display: inline; overflow-x: auto; width: 100%; + padding-bottom: 14px; } * html #footer {margin-top: 0;} * html #column-content {margin-bottom: 0;} -- 2.20.1