From f7d6b488e6f5b2b82914c9afe1f04b4c4e5b8f11 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 22 Aug 2013 12:30:32 -0700 Subject: fix #10029 --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 908ccbcc3..408040856 100644 --- a/getting-started.html +++ b/getting-started.html @@ -17,7 +17,7 @@ base_url: "../"

Compiled CSS, JS, and fonts

The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.

-

Download Bootstrap

+

Download precompiled Bootstrap

Additional downloads

-- cgit v1.2.3 From 9b2ff3713ed31b2a9e297c4891443c385d180d0b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Aug 2013 16:12:24 -0700 Subject: fix #10054; mention .muted -> .text-muted in migration docs --- getting-started.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 408040856..79fd08ec6 100644 --- a/getting-started.html +++ b/getting-started.html @@ -423,6 +423,10 @@ bootstrap/ ul.inline .list-inline + + .muted + .text-muted +
-- cgit v1.2.3 From c4f1591e70bc7849a533cd7d3f81bd7960ca7448 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Aug 2013 21:45:46 -0700 Subject: fixes #10095: note about backwards incompatibility --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 408040856..721210102 100644 --- a/getting-started.html +++ b/getting-started.html @@ -297,7 +297,7 @@ bootstrap/ -

Folks looking to upgrade to v3 should use this section as a general upgrade guide. We've outlined some of the major changes and provided tables that highlight key changes. For an overview, read the announcement blog post.

+

Bootstrap 3 is not backwards compatible with v2.x. Folks looking to upgrade to v3 should use this section as a general upgrade guide. We've outlined some of the major changes and provided tables that highlight key changes. For an overview, read the announcement blog post.

Major class changes

-- cgit v1.2.3