From 32fbc882b913f2b8d26c4617433ebed5d1f22174 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Aug 2013 20:09:17 +0900 Subject: [PATCH 1/2] Update index.html Updated text in the jumbotron container to reflect the Bootstrap 3 change from hero unit to jumbotron. (Wasn't sure if it should be 'a Jumbotron' or just 'Jumbotron' though... --- examples/jumbotron/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index e67905c3d8..c596106287 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -69,7 +69,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.

+

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

Learn more »

From a7863c112d9b990d4da7a9c9052f58a42b855a02 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 1 Sep 2013 01:09:28 -0700 Subject: [PATCH 2/2] restore "only" wording in docs regarding Recess/less.js It was there for good reason. We're not gonna deal with lessphp or dotless bugs. --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 316f999976..caa3c843b1 100644 --- a/getting-started.html +++ b/getting-started.html @@ -51,7 +51,7 @@ base_url: "../"

Compiling Bootstrap's LESS files

-

If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. We officially support Recess, which is Twitter's CSS hinter based on less.js.

+

If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. For LESS compilation, we only officially support Recess, which is Twitter's CSS hinter based on less.js.