From ae22e44a4debd02480abbfad8ed07164b96d48b5 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 16 Apr 2004 14:31:21 +0000 Subject: [PATCH] * more ie6-related fixes: height hack removed, pre area width reduced --- stylesheets/monobook/IE55Fixes.css | 1 + stylesheets/monobook/IE60Fixes.css | 17 ++--------------- stylesheets/monobook/main.css | 4 ++-- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index 358c9a066e..bdeb81488d 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -66,3 +66,4 @@ body { padding:0; margin:0; } +#catlinks { z-index: 4; } diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 066312c532..a46dc25dd8 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -37,21 +37,8 @@ background: url(external.png) center right no-repeat; padding-right: 13px; } - - -/* height on everything... */ -#toc, -#content p, -div.comment, -h1, -h2, -h3, -h4, -h5, -h6, -.description, -.portalMessage { - height: 1%; +#bodyContent { + width: 98%; } div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p { diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 45b74016be..4cc7e03bb2 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -953,13 +953,13 @@ head:first-child+body #portal-footer li { display: inline; } /* float/negative margin brokenness */ -* html #bodyContent, * html #bodyContent pre, * html #bodyContent div.fullImage { overflow: auto; overflow-y: hidden; - width: 100%; + width: 98%; margin-bottom: 25px; + margin-right: 0; } /* more float brokenness */ * html #bodyContent { -- 2.20.1