aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-06 14:30:01 +0100
committerAlex Legler <alex@a3li.li>2015-01-06 14:30:01 +0100
commitf0cee1c73f1992bfe1415ac5528e808735d817cd (patch)
treeff9f6acdeb70701dc852b2b407499005a38d1f7d /TyrianTemplate.php
parentAdd functionality for --- and header: to add dropdown dividers and headers (diff)
downloadskin-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
Diffstat (limited to 'TyrianTemplate.php')
-rw-r--r--TyrianTemplate.php2
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>