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