From 794d7845199d46b89f45026d47091e6f30de73a2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 09:49:28 +0200 Subject: fixes #10153: restore headings-color variable --- customize.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 3ba8e2865..67d2edad5 100644 --- a/customize.html +++ b/customize.html @@ -421,15 +421,14 @@ base_url: "../"
-

Choose a separate font-family for headings.

-

Choose a separate font-weight for headings.

-

Choose a separate line-height for headings.

+ +
-- cgit v1.2.3 From e10bf3aa7ffc8a6544d0fff89196e5876d0fc600 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 10:04:03 +0200 Subject: finishes #10245 by adding it the new var to the customizer --- customize.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 67d2edad5..33a48a714 100644 --- a/customize.html +++ b/customize.html @@ -1050,6 +1050,11 @@ base_url: "../"

Text color of current page in the breadcrumb

+
+ + +

Textual separator for between breadcrumb elements

+

Jumbotron

-- cgit v1.2.3 From 3a4ea1a7bea5a8400672c7e6a47f71b5ea2ee749 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 10:04:44 +0200 Subject: better layout --- customize.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 33a48a714..4fe7dd55c 100644 --- a/customize.html +++ b/customize.html @@ -1035,22 +1035,18 @@ base_url: "../"

Breadcrumbs

-
+

Breadcrumb text color

-
-

Breadcrumb background color

-
+

Text color of current page in the breadcrumb

-
-

Textual separator for between breadcrumb elements

-- cgit v1.2.3 From dfda3dfe3727fdd292d73cb7d9de5699527e3216 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 10:07:15 +0200 Subject: fixes #10246: Use correct variable for link hover color in Customizer --- customize.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 4fe7dd55c..4b5ddc752 100644 --- a/customize.html +++ b/customize.html @@ -460,8 +460,8 @@ base_url: "../"

Global link color for text.

- - + +

Automatically darken links on hover via color function.

-- cgit v1.2.3