From a335e54573141e01d4081d7ae52141ebce1a21d7 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Fri, 22 May 2015 22:48:12 -0700
Subject: [PATCH] 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

---
 docs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.html b/docs/index.html
index d24cc42d8a..fc6b87c931 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@ layout: home
 title: Bootstrap &middot; 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 %}
 
-- 
GitLab