{{ page.title }}
{{ page.lead }}
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index c129c965b1..3c88d4865f 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -93,6 +93,7 @@ body { * Fancy skip link * * Make it look a bit less "bare bones" + * Also includes focus suppression for the Chrome tabindex="-1" workaround */ #skippy { @@ -108,6 +109,10 @@ body { outline: 1px dotted; } +#content:focus { + outline: none; +} + /* * Main navigation diff --git a/docs/index.html b/docs/index.html index e2539a8d90..e2e91a79e1 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 --- -Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.