diff options
| author | Patrick H. Lauke <[email protected]> | 2014-12-14 23:30:37 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-12-14 23:30:37 +0000 |
| commit | c187f77e65d177c3a0e662b99d5bff63ee47b3db (patch) | |
| tree | cc4910d9ccc81f23cfa585a4d94f6293b1931bdd /docs/_layouts/default.html | |
| parent | f11a3a31f1382f212f9255671535d87060078355 (diff) | |
| parent | 2d41894ce51a1ae3b6e9d96eb63bf9cc3b50f64b (diff) | |
| download | bootstrap-c187f77e65d177c3a0e662b99d5bff63ee47b3db.tar.xz bootstrap-c187f77e65d177c3a0e662b99d5bff63ee47b3db.zip | |
Merge pull request #15363 from patrickhlauke/docs-nicer-skip-link
Make skip link look less "bare bones"
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 51191dc5e..ea69962ee 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} </head> <body> - <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a> + <a id="skippy" class="sr-only sr-only-focusable" href="#content"><div class="container"><span class="skiplink-text">Skip to main content</span></div></a> <!-- Docs master nav --> {% include nav/main.html %} |
