From 9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 09:37:44 -0800 Subject: [PATCH] fix typo in base css docs --- docs/assets/bootstrap.zip | Bin 52315 -> 52315 bytes docs/base-css.html | 2 +- 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 index 96dac7c37a9948e7ea6cd2b70ed6aa820c353b71..804fc38b6344e6efdfa22c36defca4f56ff5a268 100644 GIT binary patch delta 402 zcmcaTgZcIhX6^uQW)?065ZE}8TZ#3anuh=V$%UsyIAOw@Ci<(f-iHZK?BihEIB~i$ zSmC{m=K~EGH%?YGG>7mv#~LoxW!yBGIo=MUWwTqnKRZxhTACG9;A+|lkO}^>lXvHH zBCG?OJNa3@3)CR}f+_)^$*UUdpaO3jY6O4=WldB?bIGlikmV F005q{pzHtu delta 402 zcmcaTgZcIhX6^uQW)?065STTQTZwgxnuh=O$%UsyIAOxGC;F?gZiNX??BigZJ#o4* zSY*q_^MMA8vnMMWnuGaUH^&+-)ddPL$J;>#+~WP&fdbRgte^r{(@t4Yns zZGO@R&R%@d1I&h*Fbimc>|~8o;$U;-fOf>63WBpQp7KGn&-S!2<2I;$6HePh*>fhp OKkdv24(`eBXG8!xiJ1BT 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}}