From 3080104642cd952d830e534eddd38ec67fee914b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 24 Jul 2013 16:31:17 -0700 Subject: [PATCH] make footer border color use header border color in modals --- customize.html | 8 ++++---- less/variables.less | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/customize.html b/customize.html index 6a44630c49..ae8f9a11d0 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

-
+ diff --git a/less/variables.less b/less/variables.less index 97e608b361..342eef67c9 100644 --- a/less/variables.less +++ b/less/variables.less @@ -301,10 +301,9 @@ @modal-content-fallback-border-color: #999; @modal-backdrop-bg: #000; - @modal-header-border-color: #e5e5e5; +@modal-footer-border-color: @modal-header-border-color; -@modal-footer-border-color: #e5e5e5; // Alerts // -------------------------