From 5d9f51d4963393c4ec460c2cd6f451851a984342 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 11 Jul 2013 12:57:44 -0700 Subject: rm .control-group from docs since it's no longer in the LESS --- docs/css.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/css.html b/docs/css.html index 7826742e8..e87abfbc0 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1456,19 +1456,19 @@ For example, <section> should be wrapped as inline.

Validation styles are applied on a per-input basis. With horizontal forms, the <label class="control-label"> will always be styled.

-
+
-
+
-
+
@@ -1476,19 +1476,19 @@ For example, <section> should be wrapped as inline.
{% highlight html %} -
+
-
+
-
+
-- cgit v1.2.3 From aab4c95cd259e707c45c814a8a1e91faa0bd489d Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sun, 14 Jul 2013 12:50:14 +0200 Subject: 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(-) (limited to 'docs') diff --git a/docs/customize.html b/docs/customize.html index b54b70fc3..7d2b4f254 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

-- cgit v1.2.3