diff options
| author | Mark Otto <[email protected]> | 2015-05-22 22:48:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-22 22:48:12 -0700 |
| commit | a335e54573141e01d4081d7ae52141ebce1a21d7 (patch) | |
| tree | ee9210dd86504adfce7cfe6251943f55b62e33f0 | |
| parent | 4238e2057fad465dceaebc217a50ca4cd3868674 (diff) | |
| download | bootstrap-a335e54573141e01d4081d7ae52141ebce1a21d7.tar.xz bootstrap-a335e54573141e01d4081d7ae52141ebce1a21d7.zip | |
remove tabindex=-1 as it was causing a weird select state in latest safari on yosemite when clicking anywhere in the negative space of the header
| -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 d24cc42d8..fc6b87c93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ layout: home title: Bootstrap · The world's most popular mobile-first and responsive front-end framework. --- -<main class="bd-masthead" id="content" role="main" tabindex="-1"> +<main class="bd-masthead" id="content" role="main"> <div class="container"> {% include nav-home.html %} |
