From 3bfa630d2afe70452861b2466daab78daa47dda8 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 15 Oct 2013 21:13:49 +0200 Subject: Added opacity to customizer and rebuilt customizer --- customize.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 5b6a09c40..35b0a7436 100644 --- a/customize.html +++ b/customize.html @@ -1247,6 +1247,11 @@ base_url: "../"

Modal backdrop background color

+
+ + +

Modal backdrop opacity

+

Modal header and footer

-- cgit v1.2.3 From b8f9f82d182d8300246ba9c4e75a5db6e77f62d3 Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Wed, 30 Oct 2013 14:10:16 +0100 Subject: Add well-border variable Add a variable to allow the well border color to be specified. The reason I'd like to see this included is that my companies styleguide requires an explicit border color on well-like constructs. This variable allows me to easily override the default to use that color. --- customize.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 5b6a09c40..794f1c3f4 100644 --- a/customize.html +++ b/customize.html @@ -1147,6 +1147,8 @@ base_url: "../"

Wells

+ +

Accordion

-- cgit v1.2.3 From 7472c01ce2aad5fa9d79b78c21172dcc60ffc841 Mon Sep 17 00:00:00 2001 From: kostyatretyak Date: Wed, 4 Dec 2013 06:21:54 +0200 Subject: Corrected a small error in the documentation --- customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 5b15a4c5a..13821b533 100644 --- a/customize.html +++ b/customize.html @@ -1056,7 +1056,7 @@ base_url: "../"

Hovered dropdown menu entry text color

-

Hovered dropdown menu entry text color

+

Hovered dropdown menu entry background color

-- cgit v1.2.3 From 1f9bfa89dc219654b5e096bda9233a58c69216fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Dec 2013 02:14:24 -0800 Subject: Fixes #11741: Don't set headings font-family again, just use inherit --- customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 13821b533..35d74354e 100644 --- a/customize.html +++ b/customize.html @@ -436,7 +436,7 @@ base_url: "../"
- +
-- cgit v1.2.3 From 997a1f4ed244c7f42214e0d5adcee24e8e3c83f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Dec 2013 17:17:04 -0800 Subject: fix dependency mapping of buttons and button-groups in customizer --- customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 35d74354e..53ed8d710 100644 --- a/customize.html +++ b/customize.html @@ -56,7 +56,7 @@ base_url: "../"
-- cgit v1.2.3