From e09586c589dfa2fc03877c9a3fd59eda1345cc8f Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 9 Oct 2007 15:48:48 +0000 Subject: [PATCH] Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. --- theme/standard/styles_layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 40e54537f7e..442d080d824 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 {