diff options
| author | Jacob Thornton <[email protected]> | 2013-08-07 23:10:11 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-07 23:10:11 -0700 |
| commit | 89b69ed77035eeb9c0034534d75fdb2062f10d47 (patch) | |
| tree | 99b1f65ee730de94e64b4992e5131f0432743b1e /_layouts/customize.html | |
| parent | b35b65d0b3689f7999be998411e632046548af6e (diff) | |
| parent | f3104a3e3b04c2817094ef8ebd351833a4ade420 (diff) | |
| download | bootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.tar.xz bootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Conflicts:
_layouts/customize.html
Diffstat (limited to '_layouts/customize.html')
| -rw-r--r-- | _layouts/customize.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/customize.html b/_layouts/customize.html index f9d62cfa2..c04b6978d 100644 --- a/_layouts/customize.html +++ b/_layouts/customize.html @@ -6,12 +6,13 @@ <!-- Place anything custom after this. --> </head> <body data-spy="scroll" data-target=".bs-sidebar"> + <a class="sr-only" href="#content">Skip navigation</a> <!-- Docs master nav --> {% include nav-main.html %} <!-- Docs page layout --> - <div class="bs-header"> + <div class="bs-header" id="content" role="banner"> <div class="container"> <h1>{{ page.title }}</h1> <p>{{ page.lead }}</p> |
