]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuked that variable
authorMark Otto <markdotto@gmail.com>
Mon, 27 Oct 2014 05:33:10 +0000 (22:33 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 27 Oct 2014 05:33:10 +0000 (22:33 -0700)
less/_modal.less

index 9d1659214c16eefcda98ff8d1d65d28028fb93ab..a8ff2783a260218c866f732a46f364c5f8f01758 100644 (file)
@@ -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));