From: urs_hunkler Date: Sat, 27 Jan 2007 19:34:54 +0000 (+0000) Subject: 'IE7 bug - not handling sidblocks correctly with long words. overflow and word-wrap... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cce6f1bd1a2b58624189d60e3c4a13be52e645d1;p=moodle.git 'IE7 bug - not handling sidblocks correctly with long words. overflow and word-wrap corrects the sideblock width in most cases.' --- diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 156c008e08..0383e873b0 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -19,3 +19,11 @@ .tabrow0 UL { top: 2.1em; } + +.sideblock { + overflow: hidden; +} + +.sideblock .content { + word-wrap: break-word; +}