From 8aa669ca7295588bb5217303ac8a68657921864b Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 9 Oct 2007 16:06:59 +0000 Subject: [PATCH] Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged. --- theme/standard/styles_layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7e7422f6f3257..4dc3b25ace75b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -678,7 +678,7 @@ body#admin-roles-manage table.generalbox { *** Blocks ***/ -/*Accessibility: Skip block link, for screen reader users. */ +/*Accessibility: Skip block link, for keyboard-only users. */ a.skip-block, .skip-block { display:block; width:2em; @@ -688,7 +688,8 @@ a.skip-block, .skip-block { height:4px; } .skip-block-to { - font-size:1px; + display: block; + height: 1px; } .sideblock li .icon img {