diff options
| author | Mark Otto <[email protected]> | 2015-01-06 15:35:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-06 15:35:49 -0800 |
| commit | 82f460b20d8fc0a981f6b677e19bad3524b2340a (patch) | |
| tree | 41c3512b5bac9309b3cf57665f68b3fe86504b9e /docs | |
| parent | 615eb99067a4a218f77fe912370fefcdeecad1cf (diff) | |
| download | bootstrap-82f460b20d8fc0a981f6b677e19bad3524b2340a.tar.xz bootstrap-82f460b20d8fc0a981f6b677e19bad3524b2340a.zip | |
formatting of html
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_layouts/home.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 1def9e1f7..dfe723f4d 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -5,7 +5,11 @@ {% include header.html %} </head> <body class="bs-docs-home"> - <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> + <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 home-nav.html %} |
