From: nfreear Date: Tue, 9 Oct 2007 15:48:48 +0000 (+0000) Subject: Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e09586c589dfa2fc03877c9a3fd59eda1345cc8f;p=moodle.git Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 40e54537f7..442d080d82 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1188,7 +1188,8 @@ a.skip-block, .skip-block { height:4px; } .skip-block-to { - font-size:1px; + display: block; + height: 1px; } .sideblock {