aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-09 12:39:29 -0700
committerMark Otto <[email protected]>2014-03-09 12:39:29 -0700
commit29f23576ee301cf476ce66b979ddec338663336b (patch)
tree80037fa54ba56ab75b13f56f0aa2293a1f0f99be /docs/_layouts/default.html
parent5e6d16ef4dc531e284bf629a9336f608847bd608 (diff)
parentd8bc65b9d035d15a61bd6fe259b4ffb49c211404 (diff)
downloadbootstrap-29f23576ee301cf476ce66b979ddec338663336b.tar.xz
bootstrap-29f23576ee301cf476ce66b979ddec338663336b.zip
Merge pull request #12679 from twbs/sr-only-focusable
add .sr-only-focusable
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 8dc51026e..70746f6cf 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -5,7 +5,7 @@
{% include header.html %}
</head>
<body>
- <a class="sr-only" href="#content">Skip to main content</a>
+ <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}