From b77e3e2f304bfe0cf99a72a627095c5aa8046978 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 21:12:55 -0700 Subject: theme.less file cleanup; fixing blockquotes in wells --- docs/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index b6e305f1d..ccd972b09 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,7 +165,14 @@

Theming Bootstrap

-

Starting with v1.3.0, Bootstrap comes equipped with a customizable Less file, Theme.less. It's designed to replace default values in the library and provide a one-stop-shop for adding-on.

+

Starting with v1.3.0, Bootstrap includes a customizable file, theme.less, to tweak variables and mixins, and add new stuff ones.

+
// Fonts
+@baseFontSize:    13px;
+@baseLineHeight:  18px;
+
+// Link color
+@linkColor:       #0069d6;
+
-- cgit v1.2.3