]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in base css docs
authorMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 17:37:44 +0000 (09:37 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 17:37:44 +0000 (09:37 -0800)
docs/assets/bootstrap.zip
docs/base-css.html
docs/templates/pages/base-css.mustache

index 96dac7c37a9948e7ea6cd2b70ed6aa820c353b71..804fc38b6344e6efdfa22c36defca4f56ff5a268 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 90240747b3e8e256810f598da3e386bfef2a9999..803baa01510accc14623071d960b95dc20847638 100644 (file)
   <div class="row">
     <div class="span4">
       <h3>Typographic scale</h3>
-      <p>The entire typographic grid is based on two Less variables in our preboot.less file: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height.</p>
+      <p>The entire typographic grid is based on two Less variables in our variables.less file: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height.</p>
       <p>We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.</p>
     </div>
     <div class="span4">
index 34ac69cd7cfa9321aa692a817d38bef635a0c09f..cfa20ea2059383a672e49ed66925424bad1877fa 100644 (file)
@@ -29,7 +29,7 @@
   <div class="row">
     <div class="span4">
       <h3>{{_i}}Typographic scale{{/i}}</h3>
-      <p>{{_i}}The entire typographic grid is based on two Less variables in our preboot.less file: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height.{{/i}}</p>
+      <p>{{_i}}The entire typographic grid is based on two Less variables in our variables.less file: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height.{{/i}}</p>
       <p>{{_i}}We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.{{/i}}</p>
     </div>
     <div class="span4">