diff options
| author | Patrick H. Lauke <[email protected]> | 2014-12-14 14:31:02 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-12-14 21:27:58 +0000 |
| commit | d5647e1f6277864cb776e4f958a54f6f5c30b6e6 (patch) | |
| tree | b7b32e4717c307a756bf762846ea853ab8155535 /docs/_layouts/default.html | |
| parent | 8be858aac43524f91e8c4bfceea302ff9a67e45d (diff) | |
| download | bootstrap-d5647e1f6277864cb776e4f958a54f6f5c30b6e6.tar.xz bootstrap-d5647e1f6277864cb776e4f958a54f6f5c30b6e6.zip | |
Make skip link look less "bare bones"
Additional markup for the skip link (to ensure it has the same effective
width as the main content, and to provide an outline around just the
link text) plus some basic styles...make it look a bit more in keeping
with the overall look and feel of the docs.
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 %} |
