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