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/templates/pages/base-css.mustache | 2 +- docs/templates/pages/customize.mustache | 30 +++++++++++++++--------------- docs/templates/pages/scaffolding.mustache | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/templates') 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