]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
copy edits to docs
authorMark Otto <markotto@twitter.com>
Tue, 31 Jul 2012 07:06:37 +0000 (00:06 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 31 Jul 2012 07:06:37 +0000 (00:06 -0700)
docs/base-css.html
docs/scaffolding.html
docs/templates/pages/base-css.mustache
docs/templates/pages/scaffolding.mustache

index 50c3628642495ced182bddccbd9ed31b87f8f7e0..4b67ef17e89f558f5491e9ed9f76ec23fb89e989 100644 (file)
@@ -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>
 
index eb5f19ae711d0c085507f1afcb67d8d6730bdd61..76ef0cc2ef4269cd6d3ce0a71ed9766b1b527385 100644 (file)
@@ -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>
 
index 89732c4fbb2130ec6e46b9fef12ee54e2de9bf89..0c18e80e7341df194e463955c2c6a51ac362bf93 100644 (file)
@@ -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>
 
index 385c9db70a64d02a7eb282ba6dafef24abd1b72d..63501e7fc8dbec1a2f81aeb542f1bb01c55adafe 100644 (file)
@@ -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>