From 2e6fcefc5ca6aa3301f35b0600d963f82f1eb62a Mon Sep 17 00:00:00 2001 From: syed Date: Wed, 24 Jul 2013 18:43:21 +0500 Subject: Moved modals inline properties to variables.less In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html. --- customize.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 0bb8f12b8..6a44630c4 100644 --- a/customize.html +++ b/customize.html @@ -1019,6 +1019,36 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Modal title line-height

+
+ + +

Background color of modal content area

+
+
+ + +

Modal content border color

+
+
+ + +

Modal content border color for IE8

+
+
+ + +

Modal backdrop background color

+
+
+ + +

Modal header border color

+
+
+ + +

Modal footer border color

+
-- cgit v1.2.3 From 3080104642cd952d830e534eddd38ec67fee914b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 24 Jul 2013 16:31:17 -0700 Subject: make footer border color use header border color in modals --- customize.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 6a44630c4..ae8f9a11d 100644 --- a/customize.html +++ b/customize.html @@ -1033,12 +1033,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Modal content border color for IE8

- +

Modal backdrop background color

-
+
@@ -1046,9 +1046,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
- +

Modal footer border color

-
+ -- cgit v1.2.3