From 23ef8c0c209844dd8b92d2a5ac82daffa7bd2914 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 3 Aug 2013 21:39:57 -0700 Subject: Greater standardization of sizing terminology In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 37b634b42..ea5568ec9 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./"

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

- Download Bootstrap + Download Bootstrap

-- cgit v1.2.3 From 550493a87e268e3ab2971daa5c2be258bf611cec Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 08:33:15 -0700 Subject: Fixes #9073: add note to homepage about download differences --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index ea5568ec9..a7cdf2328 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ base_url: "./"

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

+

Heads up! Until the final v3 is released, downloads may be behind the development branch and Bower package.

Download Bootstrap

-- cgit v1.2.3 From 443ff0cc32bce946b43e0f0670efe82810324dac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 6 Aug 2013 17:29:41 -0700 Subject: Pull from GitHub downloads for latest v3-wip on homepage /cc @cv --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a7cdf2328..d6f4cf28f 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,9 @@ base_url: "./"

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

-

Heads up! Until the final v3 is released, downloads may be behind the development branch and Bower package.

- Download Bootstrap + Download latest BS3

+

Heads up! Downloads are pulled directly from the latest commited code on GitHub, and as a result our docs may at times be out of sync.

-- cgit v1.2.3 From a8d95d4721e714a7e1d683e14e997faa5ccddaff Mon Sep 17 00:00:00 2001 From: adamjacobbecker Date: Tue, 6 Aug 2013 21:25:36 -0700 Subject: Improve accessibility (Section 508, WCAG) This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index d6f4cf28f..468833fd0 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ title: Bootstrap base_url: "./" --- -
+

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

-- cgit v1.2.3 From d5290c61d80ee6ed108b498221fb48a84b4f2e6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Aug 2013 16:11:34 -0700 Subject: fixes #9217 manually--use main element instead of div in home and default layouts --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 468833fd0..dc9a5463f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ title: Bootstrap base_url: "./" --- -
+

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

@@ -13,4 +13,4 @@ base_url: "./"

Heads up! Downloads are pulled directly from the latest commited code on GitHub, and as a result our docs may at times be out of sync.

-
+ -- cgit v1.2.3 From a09531a40e8d892b49e5b3b630fa53f1926a4286 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 11:48:35 -0700 Subject: update to rename rc2 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index dc9a5463f..9ecf3f1ff 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./"

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

- Download latest BS3 + Download latest BS3

Heads up! Downloads are pulled directly from the latest commited code on GitHub, and as a result our docs may at times be out of sync.

-- cgit v1.2.3 From e245bffe8c951a0bba2bb045fb6bbe674d471693 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 14:25:15 -0700 Subject: fix spelling --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 9ecf3f1ff..4582d8586 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,6 @@ base_url: "./"

Download latest BS3

-

Heads up! Downloads are pulled directly from the latest commited code on GitHub, and as a result our docs may at times be out of sync.

+

Heads up! Downloads are pulled directly from the latest committed code on GitHub, and as a result our docs may at times be out of sync.

-- cgit v1.2.3