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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') 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.


-- cgit v1.2.3