diff options
author | Alex Legler <alex@a3li.li> | 2015-01-06 14:30:01 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-06 14:30:01 +0100 |
commit | f0cee1c73f1992bfe1415ac5528e808735d817cd (patch) | |
tree | ff9f6acdeb70701dc852b2b407499005a38d1f7d | |
parent | Add functionality for --- and header: to add dropdown dividers and headers (diff) | |
download | skin-tyrian-f0cee1c73f1992bfe1415ac5528e808735d817cd.tar.gz skin-tyrian-f0cee1c73f1992bfe1415ac5528e808735d817cd.tar.bz2 skin-tyrian-f0cee1c73f1992bfe1415ac5528e808735d817cd.zip |
Don't display jump-to-content when tabbing in a desktop browser
-rw-r--r-- | TyrianTemplate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php index fd29e3b..8378c72 100644 --- a/TyrianTemplate.php +++ b/TyrianTemplate.php @@ -72,7 +72,7 @@ class TyrianTemplate extends BaseTemplate { function header() { ?> - <div class="mw-jump"> + <div class="mw-jump sr-only"> <?php $this->msg( 'jumpto' ) ?> <a href="#top">content</a> </div> |