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