]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6.
authornfreear <nfreear>
Tue, 9 Oct 2007 15:48:48 +0000 (15:48 +0000)
committernfreear <nfreear>
Tue, 9 Oct 2007 15:48:48 +0000 (15:48 +0000)
theme/standard/styles_layout.css

index 40e54537f7ecbff863e5b920ce74e7f91d708a0f..442d080d8247acfd03bbb08e01378394f04aff2e 100644 (file)
@@ -1188,7 +1188,8 @@ a.skip-block, .skip-block {
   height:4px;
 }
 .skip-block-to {
-  font-size:1px;
+  display: block;
+  height: 1px;
 }
 
 .sideblock {