From d8c87ddc285c598f09cb70e2244d7cef5a8e5bad Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 17 Jan 2014 14:27:54 -0800 Subject: fix #12277 Thanks to @Quy for pointing these out. --- docs/_includes/customizer-variables.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 0b4429d72..89fb39dec 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -131,7 +131,7 @@
-

Computed "line-height" (font-size × line-height) for use with margin, padding, etc.

+

Computed "line-height" (font-size * line-height) for use with margin, padding, etc.

@@ -1117,7 +1117,7 @@
-

Modal content border color <strong>for IE8</strong>

+

Modal content border color for IE8

-- cgit v1.2.3 From 937e067a27506cea4ffd58c71afafbcf6eae92dd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 19 Jan 2014 15:28:30 -0800 Subject: grunt build-customizer-vars-form --- docs/_includes/customizer-variables.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 89fb39dec..d03c3e6e8 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1143,6 +1143,10 @@
+
+ + +
-- cgit v1.2.3 From 3de48d29f5b9b0f83e4fe0b4bfb51e141407a9a2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 20 Jan 2014 18:02:15 -0800 Subject: fix #12280 by templating the customizer's nav sidebar too The customizer is such a PITA. --- docs/_includes/customizer-variables.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index d03c3e6e8..3de586c7e 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1,5 +1,5 @@ - +

Colors

Gray and brand colors for use across Bootstrap.

@@ -1683,4 +1683,4 @@

For @screen-lg-min and up.

- \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3 From d4b1bfd667631f1d96a0b6ec4e734338e5b8811d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Jan 2014 22:44:06 -0800 Subject: grunt --- docs/_includes/customizer-variables.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 3de586c7e..c68c652ab 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -595,6 +595,10 @@
+
+ + +
-- cgit v1.2.3 From 228d4e59fcdb0e05811821a9aff899e7b4e5f4d9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Feb 2014 01:21:58 -0800 Subject: Fixes #12555: Rearrange variables to place grids and containers closer --- docs/_includes/customizer-variables.html | 62 ++++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index c68c652ab..271ef55d9 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -572,6 +572,37 @@

Point at which the navbar begins collapsing.

+

Container sizes

+

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

+
+
+ + +
+
+ + +

For @screen-sm-min and up.

+
+
+ + +
+
+ + +

For @screen-md-min and up.

+
+
+ + +
+
+ + +

For @screen-lg-min and up.

+
+

@@ -1656,35 +1687,4 @@

Horizontal offset for forms and lists.

-

Container sizes

-

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

-
-
- - -
-
- - -

For @screen-sm-min and up.

-
-
- - -
-
- - -

For @screen-md-min and up.

-
-
- - -
-
- - -

For @screen-lg-min and up.

-
-
\ No newline at end of file -- cgit v1.2.3 From b683433f672525cbbe25a4d5aa928610a66ea030 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Feb 2014 15:44:13 -0800 Subject: grunt --- docs/_includes/customizer-variables.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 271ef55d9..4ffc3ab38 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1662,6 +1662,11 @@

Blockquote small color

+
+ + +

Blockquote font size

+
-- cgit v1.2.3