From: Mark Otto Date: Tue, 13 Sep 2011 16:44:43 +0000 (-0700) Subject: remove theming section from docs X-Git-Tag: v1.3.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35bc3ae8d22bdd4eadfbe523fe52737523e2af37;p=thirdparty%2Fbootstrap.git remove theming section from docs --- diff --git a/docs/index.html b/docs/index.html index fe372e0ef4..f97c3cb98d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -166,17 +166,6 @@ -
-

Theming Bootstrap

-

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;
-
-