From: Patrick H. Lauke Date: Wed, 2 Jan 2013 22:39:21 +0000 (+0000) Subject: Basic keyboard accessibility CSS tweaks X-Git-Tag: v3.0.0~81^2~11^2~1^2~67^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034155ec215f3c6dadbc22939737de5184128756;p=thirdparty%2Fbootstrap.git Basic keyboard accessibility CSS tweaks Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors). --- diff --git a/fluid.html b/fluid.html index 4ca2920efd..359c4beed9 100644 --- a/fluid.html +++ b/fluid.html @@ -86,7 +86,7 @@

Hello, world!

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

+

Learn more »

diff --git a/hero.html b/hero.html index f0a5e17093..1b9fc2fce9 100644 --- a/hero.html +++ b/hero.html @@ -75,7 +75,7 @@

Hello, world!

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

+

Learn more »