diff options
| author | Mark Otto <[email protected]> | 2012-01-31 09:37:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 09:37:44 -0800 |
| commit | 9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd (patch) | |
| tree | 406930b7eb5c9145cfcf38ca4e89349862ac9131 | |
| parent | cc5415b8896181ee784f63b0a4004671f175c1c4 (diff) | |
| download | bootstrap-9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd.tar.xz bootstrap-9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd.zip | |
fix typo in base css docs
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52315 -> 52315 bytes | |||
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 96dac7c37..804fc38b6 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/base-css.html b/docs/base-css.html index 90240747b..803baa015 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -105,7 +105,7 @@ <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"> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 34ac69cd7..cfa20ea20 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -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"> |
