From aab4c95cd259e707c45c814a8a1e91faa0bd489d Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sun, 14 Jul 2013 12:50:14 +0200 Subject: [PATCH] Update customizer Add all the new things to customizer: * `@headings-font-family` * `@container-*` * darker `@btn-default-bg` --- docs/customize.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/customize.html b/docs/customize.html index b54b70fc30..7d2b4f2540 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -398,9 +398,20 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Used to calculate line-height throughout Bootstrap.

+ + + +

Headings

+
+
+ + +

Choose a separate font-family for headings.

Choose a separate font-weight for headings.

+
+

Choose a separate line-height for headings.

@@ -458,6 +469,24 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
+

Container sizes

+

Define the maximum width of .container for different screen sizes.

+
+
+ + +

For @screen-small and up.

+ + +

For @screen-medium and up.

+
+
+ + +

For @screen-large and up.

+
+
+

Grid system

Define your custom responsive grid.

@@ -522,7 +551,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge - +

Primary