From: Mark Otto Date: Tue, 31 Jan 2012 17:37:44 +0000 (-0800) Subject: fix typo in base css docs X-Git-Tag: v2.0.0~5^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd;p=thirdparty%2Fbootstrap.git fix typo in base css docs --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 96dac7c37a..804fc38b63 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 90240747b3..803baa0151 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -105,7 +105,7 @@

Typographic scale

-

The entire typographic grid is based on two Less variables in our preboot.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.

+

The entire typographic grid is based on two Less variables in our variables.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.

We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 34ac69cd7c..cfa20ea205 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -29,7 +29,7 @@

{{_i}}Typographic scale{{/i}}

-

{{_i}}The entire typographic grid is based on two Less variables in our preboot.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.{{/i}}

+

{{_i}}The entire typographic grid is based on two Less variables in our variables.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.{{/i}}

{{_i}}We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.{{/i}}