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 From 3350c73666b811dbe9f351f97c6f6df4b66c6d04 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Feb 2014 20:52:20 -0800 Subject: http://www.youtube.com/watch?v=YQwYNca4iog --- 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 4ffc3ab38..7aeeee378 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1068,12 +1068,12 @@
- +

Popover outer arrow color

- +

Popover outer arrow fallback color

-- cgit v1.2.3 From f27b864f7ba34c8484e31c1b430312ffd0e4e178 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Feb 2014 17:28:16 -0800 Subject: grunt build-customizer-html --- docs/_includes/customizer-variables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 7aeeee378..30623344e 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1126,7 +1126,7 @@
- +

Padding applied to the modal body

-- cgit v1.2.3 From 1399497a02c6741c21a655b22a4ae71f8ed2b974 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Mar 2014 00:30:40 -0800 Subject: grunt --- docs/_includes/customizer-variables.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 30623344e..9fd87deda 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1352,6 +1352,14 @@
+
+ + +
+
+ + +
-- cgit v1.2.3 From 6452b409aaaf837ba009cffb341cb287c315fe74 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Mar 2014 00:23:22 -0800 Subject: grunt for days --- 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 e307471d3..a97835775 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1352,6 +1352,10 @@
+
+ + +
-- cgit v1.2.3 From 03701b8d4bdda30dc625cdd263ca586835f544e3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Mar 2014 15:32:24 -0800 Subject: Fixes #12966: Ensure icon font vars are loaded into Customizer --- docs/_includes/customizer-variables.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index a97835775..70f14ff28 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -151,6 +151,25 @@
+

Iconography

+

Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.

+
+
+ + +

Load fonts from this directory.

+
+
+ + +

File name for all font files.

+
+
+ + +

File name for SVG icon file.

+
+

Components

Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).

-- cgit v1.2.3 From 7c3881086f7a6bc3ae5ea41c80ac2572878c8cdc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Mar 2014 17:11:48 -0800 Subject: Fix comment --- docs/_includes/customizer-variables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/customizer-variables.html') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 70f14ff28..7f2dd58b7 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -167,7 +167,7 @@
-

File name for SVG icon file.

+

Element ID within SVG icon file.

Components

-- cgit v1.2.3