diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-10-30 03:52:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-10-30 03:52:14 +0000 |
commit | 90b8e8aa095d9a07b8b487bfb6ba59369953c8fd (patch) | |
tree | 89e342a2d71c7a4bdd32270a56ea3280f5dd2485 /modules | |
parent | 6009496d8e0a56b738200a6c17d3a4fd5bfe41a5 (diff) | |
download | brdo-90b8e8aa095d9a07b8b487bfb6ba59369953c8fd.tar.gz brdo-90b8e8aa095d9a07b8b487bfb6ba59369953c8fd.tar.bz2 |
- Patch #639460 by Jeff Burnz, effulgentsia, Jacine, mgifford, james.elliott: evaluate CSS of #skip-link, .element-focusable, and upcoming 'disable overlay' links for their impact on contrib/custom themes.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/html.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/html.tpl.php b/modules/system/html.tpl.php index 235b78fab..5a02d8d14 100644 --- a/modules/system/html.tpl.php +++ b/modules/system/html.tpl.php @@ -45,7 +45,7 @@ </head> <body class="<?php print $classes; ?>" <?php print $attributes;?>> <div id="skip-link"> - <a href="#main-content"><?php print t('Skip to main content'); ?></a> + <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a> </div> <?php print $page_top; ?> <?php print $page; ?> |