aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-26 22:33:10 -0700
committerMark Otto <[email protected]>2014-10-26 22:33:10 -0700
commit57ac8f6863d6cd8662b06fa535ccbeb0ffe87c63 (patch)
tree2204c5ec659d37d1c28d7c6e11afd206716b6f76
parentdd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae (diff)
downloadbootstrap-57ac8f6863d6cd8662b06fa535ccbeb0ffe87c63.tar.xz
bootstrap-57ac8f6863d6cd8662b06fa535ccbeb0ffe87c63.zip
nuked that variable
-rw-r--r--less/_modal.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/_modal.less b/less/_modal.less
index 9d1659214..a8ff2783a 100644
--- a/less/_modal.less
+++ b/less/_modal.less
@@ -51,7 +51,6 @@
.modal-content {
position: relative;
background-color: @modal-content-bg;
- border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc)
border: 1px solid @modal-content-border-color;
border-radius: @border-radius-large;
.box-shadow(0 3px 9px rgba(0,0,0,.5));