Commit a335e545 authored by Mark Otto's avatar Mark Otto

remove tabindex=-1 as it was causing a weird select state in latest safari on...

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
parent 4238e205
......@@ -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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment