From 034155ec215f3c6dadbc22939737de5184128756 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 2 Jan 2013 22:39:21 +0000 Subject: [PATCH] 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). --- fluid.html | 2 +- hero.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 »