diff options
| author | Patrick H. Lauke <[email protected]> | 2015-02-04 15:38:17 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-02-04 15:38:17 +0000 |
| commit | 27677fab5b704d8c61c4561dd7dd55d54fbcc8f2 (patch) | |
| tree | 1bd14c7686fee9a7fd429d05c81fb08f57129f60 /docs/index.html | |
| parent | 0e40c818d9e27d35034b7872ac34d2fa5a886734 (diff) | |
| parent | 214516da16c99c7118b29ecef3bdf10f977d4e29 (diff) | |
| download | bootstrap-27677fab5b704d8c61c4561dd7dd55d54fbcc8f2.tar.xz bootstrap-27677fab5b704d8c61c4561dd7dd55d54fbcc8f2.zip | |
Merge pull request #15714 from patrickhlauke/skip-link-fixes
Skip link workarounds for Chrome and IE
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index e2539a8d9..e2e91a79e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f --- -<main class="bs-docs-masthead" id="content" role="main"> +<main class="bs-docs-masthead" id="content" role="main" tabindex="-1"> <div class="container"> <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span> <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p> |
