From: Gabriel Wicke Date: Wed, 19 May 2004 21:10:56 +0000 (+0000) Subject: commented out the overflow rule- #content had overflow:auto anyway and some images... X-Git-Tag: 1.3.0beta1~31 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=a44d7324438323c29a91e952b03ccdd2a1821e20;p=lhc%2Fweb%2Fwiklou.git commented out the overflow rule- #content had overflow:auto anyway and some images would display scrollbars if wrapped in a too-small div --- 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; }