0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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

This commit is contained in:
Mark Otto 2015-05-22 22:48:12 -07:00
parent 4238e2057f
commit a335e54573

View File

@ -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 %}