aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-31 09:37:44 -0800
committerMark Otto <[email protected]>2012-01-31 09:37:44 -0800
commit9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd (patch)
tree406930b7eb5c9145cfcf38ca4e89349862ac9131 /docs/base-css.html
parentcc5415b8896181ee784f63b0a4004671f175c1c4 (diff)
downloadbootstrap-9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd.tar.xz
bootstrap-9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd.zip
fix typo in base css docs
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
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">