Skip to content

Commit

Permalink
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. …
Browse files Browse the repository at this point in the history
…Merged.
  • Loading branch information
nfreear committed Oct 9, 2007
1 parent 8abba9e commit 8aa669c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme/standard/styles_layout.css
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 8aa669c

Please sign in to comment.