]> git.mjollnir.org Git - moodle.git/commitdiff
'IE7 bug - not handling sidblocks correctly with long words. overflow and word-wrap...
authorurs_hunkler <urs_hunkler>
Sat, 27 Jan 2007 19:34:54 +0000 (19:34 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 27 Jan 2007 19:34:54 +0000 (19:34 +0000)
theme/standard/styles_ie7.css

index 156c008e08f71f0095a79054eed4166e4e428e4b..0383e873b0adf60a1c6df00430eb2d164ad29726 100755 (executable)
 .tabrow0 UL {
    top: 2.1em; 
 }
+
+.sideblock {
+    overflow: hidden;
+}
+
+.sideblock .content {
+    word-wrap: break-word;
+}