aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-09 22:01:38 -0700
committerMark Otto <[email protected]>2014-03-09 22:01:38 -0700
commitccb17f110de8e90773a6ebfda9e35306d625dc78 (patch)
treead1bc7e6bc41eb9805b6a2531c5c37df7a92cb87 /docs/_layouts
parentbdd7651e323a93a4e3d207463451dd374b0a70fa (diff)
parentb1f71e5292017aca978fabb74d256989e1eeea07 (diff)
downloadbootstrap-ccb17f110de8e90773a6ebfda9e35306d625dc78.tar.xz
bootstrap-ccb17f110de8e90773a6ebfda9e35306d625dc78.zip
Merge branch 'master' into fix-8869
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/_layouts/home.html2
2 files changed, 2 insertions, 2 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 %}
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index ace319038..99b863f9b 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -5,7 +5,7 @@
{% include header.html %}
</head>
<body class="bs-docs-home">
- <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 %}