diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:18:54 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:18:54 +0200 |
| commit | 772e6e359e6efc9983c318905370ad9ac8d5a493 (patch) | |
| tree | 9751f160c81ed9eb26eafc62b3334004da4b306e | |
| parent | 58401daf1c6d97301af707045f8e1f0651e7290b (diff) | |
| parent | c9303c17abc0f2f0c488d2bdd3b1e8d3f8a56b10 (diff) | |
| download | bootstrap-772e6e359e6efc9983c318905370ad9ac8d5a493.tar.xz bootstrap-772e6e359e6efc9983c318905370ad9ac8d5a493.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | examples/jumbotron/index.html | 2 | ||||
| -rw-r--r-- | getting-started.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index e67905c3d..c59610628 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -69,7 +69,7 @@ <div class="jumbotron"> <div class="container"> <h1>Hello, world!</h1> - <p>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.</p> + <p>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.</p> <p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p> </div> </div> diff --git a/getting-started.html b/getting-started.html index 316f99997..caa3c843b 100644 --- a/getting-started.html +++ b/getting-started.html @@ -51,7 +51,7 @@ base_url: "../" <div class="bs-callout bs-callout-warning" id="callout-less-compilation"> <h4>Compiling Bootstrap's LESS files</h4> - <p>If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. We officially support <a href="http://twitter.github.io/recess/">Recess</a>, which is Twitter's CSS hinter based on <a href="http://lesscss.org">less.js</a>.</p> + <p>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 <a href="http://twitter.github.io/recess/">Recess</a>, which is Twitter's CSS hinter based on <a href="http://lesscss.org">less.js</a>.</p> </div> </div> |
