From 848ca6e31562fc65da891cce9046853bd16564eb Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 2 Jan 2013 22:39:21 +0000 Subject: 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). --- docs/examples/fluid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/fluid.html') diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 4ca2920ef..359c4beed 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/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 »

-- cgit v1.2.3 From 5eff3cdd5d77f765bd9713fc6ebaa73b9cc93a6f Mon Sep 17 00:00:00 2001 From: William Franceschine Date: Thu, 10 Jan 2013 02:10:52 -0800 Subject: Update docs/examples/fluid.html Updated copyright to 2013 --- docs/examples/fluid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/fluid.html') diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 4ca2920ef..f08661aec 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -128,7 +128,7 @@
-

© Company 2012

+

© Company 2013

-- cgit v1.2.3 From aaf80d410a24b280c141bdc267056b1dde089089 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jan 2013 00:20:13 -0800 Subject: fix username navbar text in fluid example for responsive variations --- docs/examples/fluid.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/examples/fluid.html') diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index f08661aec..242050ab8 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -17,6 +17,15 @@ .sidebar-nav { padding: 9px 0; } + + @media (max-width: 980px) { + /* Enable use of floated navbar text */ + .navbar-text.pull-right { + float: none; + padding-left: 5px; + padding-right: 5px; + } + } -- cgit v1.2.3 From f9ee99cf6febd0b59ee95aa1866a3c1eb5c61320 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jan 2013 00:11:55 -0800 Subject: Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing --- docs/examples/fluid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/fluid.html') diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 242050ab8..b004ffad6 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -31,7 +31,7 @@ -- cgit v1.2.3 From 7d655c35494012f15bc1f9ae515e92ca4c432a66 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 1 Feb 2013 10:33:36 -0800 Subject: Use button element instead of a for responsive navbar buttons --- docs/examples/fluid.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/fluid.html') diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index b004ffad6..faf811b3a 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -47,11 +47,11 @@