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
-
+
+
@@ -1046,9 +1046,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
+
Carousel
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
// -------------------------