diff options
| author | Chris Rebert <[email protected]> | 2014-02-10 10:46:17 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-10 10:46:17 -0800 |
| commit | dc5917bedfda321b72310209d2807ea10347f7ed (patch) | |
| tree | fe3f6162a936804f2670572c8ea11c8dcf83f31f /docs/_layouts/default.html | |
| parent | c4e242bdb170be26e64e859c5636f3cb0285f679 (diff) | |
| download | bootstrap-dc5917bedfda321b72310209d2807ea10347f7ed.tar.xz bootstrap-dc5917bedfda321b72310209d2807ea10347f7ed.zip | |
update docs to include+use .sr-only-focusable
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4416eba86..17ef8abc7 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 %} |
