From 7a3d15eb210cc9343875760bfa575a9273244ed3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 14:37:24 -0800 Subject: Part 1 of unCamelCasing variables --- docs/base-css.html | 2 +- docs/customize.html | 40 +++++++++++++++---------------- docs/scaffolding.html | 4 ++-- docs/templates/pages/base-css.mustache | 2 +- docs/templates/pages/customize.mustache | 40 +++++++++++++++---------------- docs/templates/pages/scaffolding.mustache | 4 ++-- 6 files changed, 44 insertions(+), 48 deletions(-) (limited to 'docs') diff --git a/docs/base-css.html b/docs/base-css.html index c8a785fed..ce9f16857 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: @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 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: @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.


diff --git a/docs/customize.html b/docs/customize.html index e23a23466..16a76e3a7 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -237,16 +237,16 @@

Scaffolding

- + - +

Links

- + - - + +

Colors

@@ -289,35 +289,33 @@

Typography

- + - + - + - + - - - + + + - - - + - + - + - + - + @@ -364,7 +362,7 @@ - + @@ -434,7 +432,7 @@ - +
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 4846f1ca3..0a1c6d1ae 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -113,8 +113,8 @@

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 4be10716c..e36eca214 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: @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 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: @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}}


diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 54bffd786..37490a698 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -169,16 +169,16 @@

{{_i}}Scaffolding{{/i}}

- + - +

{{_i}}Links{{/i}}

- + - - + +

{{_i}}Colors{{/i}}

@@ -221,35 +221,33 @@

{{_i}}Typography{{/i}}

- + - + - + - + - - - + + + - - - + - + - + - + - + @@ -296,7 +294,7 @@ - + @@ -366,7 +364,7 @@ - +
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 7a5bfaed7..4c7b7e89a 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -45,8 +45,8 @@
  • {{_i}}Remove margin on the body{{/i}}
  • {{_i}}Set background-color: white; on the body{{/i}}
  • -
  • {{_i}}Use the @baseFontFamily, @baseFontSize, and @baseLineHeight attributes as our typographic base{{/i}}
  • -
  • {{_i}}Set the global link color via @linkColor and apply link underlines only on :hover{{/i}}
  • +
  • {{_i}}Use the @base-font-family, @base-font-size, and @base-line-height attributes as our typographic base{{/i}}
  • +
  • {{_i}}Set the global link color via @link-color and apply link underlines only on :hover{{/i}}

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

-- cgit v1.2.3