From a44d7324438323c29a91e952b03ccdd2a1821e20 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 19 May 2004 21:10:56 +0000 Subject: [PATCH] commented out the overflow rule- #content had overflow:auto anyway and some images would display scrollbars if wrapped in a too-small div --- stylesheets/monobook/IE55Fixes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index ca9c654927..4c2c384ad5 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -6,8 +6,8 @@ overflow: auto; height: 1%; } -#bodyContent div, -#bodyContent pre { overflow: auto; } +/*#bodyContent div, +#bodyContent pre { overflow: auto; }*/ #p-personal { padding-bottom: 0.1em; } -- 2.20.1