Skip to content

Commit

Permalink
Adjust Drupal code to Boilerplate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Verbaarschot committed Feb 7, 2011
1 parent 7588f53 commit 8416123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -195,7 +195,7 @@ button { width: auto; overflow: visible; }
/* Extends the .visuallyhidden class to allow the element to be focusable
when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { position: static !important; clip: auto; }
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
Expand Down

0 comments on commit 8416123

Please sign in to comment.