diff options
| author | Patrick H. Lauke <[email protected]> | 2013-01-02 22:39:21 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2013-01-02 22:39:21 +0000 |
| commit | 848ca6e31562fc65da891cce9046853bd16564eb (patch) | |
| tree | 3fb4c8c6be86061b9ef0c5d62c39d14f39427791 /docs/examples/hero.html | |
| parent | 1c0e4fc7bb6ab2ef12f1050ed177a02d16ebdbce (diff) | |
| download | bootstrap-848ca6e31562fc65da891cce9046853bd16564eb.tar.xz bootstrap-848ca6e31562fc65da891cce9046853bd16564eb.zip | |
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).
Diffstat (limited to 'docs/examples/hero.html')
| -rw-r--r-- | docs/examples/hero.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/hero.html b/docs/examples/hero.html index f0a5e1709..1b9fc2fce 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -75,7 +75,7 @@ <div class="hero-unit"> <h1>Hello, world!</h1> <p>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.</p> - <p><a class="btn btn-primary btn-large">Learn more »</a></p> + <p><a href="#" class="btn btn-primary btn-large">Learn more »</a></p> </div> <!-- Example row of columns --> |
