From b0e2b5813db753bdfa3ee018ccdd73e78a69457e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 14:45:25 -0800 Subject: more consistent variable naming patterns --- docs/base-css.html | 2 +- docs/customize.html | 32 ++++++++++++++++--------------- docs/scaffolding.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- docs/templates/pages/customize.mustache | 30 ++++++++++++++--------------- docs/templates/pages/scaffolding.mustache | 2 +- 6 files changed, 36 insertions(+), 34 deletions(-) (limited to 'docs') diff --git a/docs/base-css.html b/docs/base-css.html index ce9f16857..808fc798a 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -131,7 +131,7 @@
<p class="lead">...</p>

Built with Less

-

The typographic scale is based on two LESS variables in variables.less: @base-font-size and @base-line-height. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.

+

The typographic scale is based on two LESS variables in variables.less: @font-size-base and @line-height-base. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.


diff --git a/docs/customize.html b/docs/customize.html index 16a76e3a7..ffa219d83 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -296,13 +296,15 @@ - + - + - + + + @@ -310,25 +312,25 @@ - - - - - - + + + + + + - + - + - + - + - + - + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 0a1c6d1ae..f591b6546 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -113,7 +113,7 @@

These styles can be found within scaffolding.less.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e36eca214..a5dc0b07c 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -67,7 +67,7 @@ {{! Using LESS }}

{{_i}}Built with Less{{/i}}

-

{{_i}}The typographic scale is based on two LESS variables in variables.less: @base-font-size and @base-line-height. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.{{/i}}

+

{{_i}}The typographic scale is based on two LESS variables in variables.less: @font-size-base and @line-height-base. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.{{/i}}


diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 37490a698..a927ab97b 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -228,11 +228,11 @@ - + - + - + @@ -242,25 +242,25 @@ - - - - - - + + + + + + - + - + - + - + - + - + diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 4c7b7e89a..127d09d25 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -45,7 +45,7 @@

{{_i}}These styles can be found within scaffolding.less.{{/i}}

-- cgit v1.2.3