diff options
| author | Mark Otto <[email protected]> | 2012-07-31 00:06:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-31 00:06:37 -0700 |
| commit | 31b30ab88e6ac823653a6211365d6c9d46c5fa5d (patch) | |
| tree | 0d4913101fe2025615db9e13b6fadd73300d2235 /docs | |
| parent | e191964ff800f5576576d6212be1e43112567ebe (diff) | |
| download | bootstrap-31b30ab88e6ac823653a6211365d6c9d46c5fa5d.tar.xz bootstrap-31b30ab88e6ac823653a6211365d6c9d46c5fa5d.zip | |
copy edits to docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 50c362864..4b67ef17e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -74,7 +74,7 @@ <header class="jumbotron subhead" id="overview"> <div class="container"> <h1>Base CSS</h1> - <p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes.</p> + <p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p> </div> </header> diff --git a/docs/scaffolding.html b/docs/scaffolding.html index eb5f19ae7..76ef0cc2e 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -74,7 +74,7 @@ <header class="jumbotron subhead" id="overview"> <div class="container"> <h1>Scaffolding</h1> - <p class="lead">Bootstrap is built on a responsive 12-column grid and includes fixed- and fluid-width layouts.</p> + <p class="lead">Bootstrap is built on responsive 12-column grids, layouts, and components.</p> </div> </header> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 89732c4fb..0c18e80e7 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -3,7 +3,7 @@ <header class="jumbotron subhead" id="overview"> <div class="container"> <h1>{{_i}}Base CSS{{/i}}</h1> - <p class="lead">{{_i}}On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes.{{/i}}</p> + <p class="lead">{{_i}}Fundamental HTML elements styled and enhanced with extensible classes.{{/i}}</p> </div> </header> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 385c9db70..63501e7fc 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -3,7 +3,7 @@ <header class="jumbotron subhead" id="overview"> <div class="container"> <h1>{{_i}}Scaffolding{{/i}}</h1> - <p class="lead">{{_i}}Bootstrap is built on a responsive 12-column grid and includes fixed- and fluid-width layouts.{{/i}}</p> + <p class="lead">{{_i}}Bootstrap is built on responsive 12-column grids, layouts, and components.{{/i}}</p> </div> </header> |
