Commit 57ac8f68 authored by Mark Otto's avatar Mark Otto

nuked that variable

parent dd584e81
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
.modal-content { .modal-content {
position: relative; position: relative;
background-color: @modal-content-bg; 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: 1px solid @modal-content-border-color;
border-radius: @border-radius-large; border-radius: @border-radius-large;
.box-shadow(0 3px 9px rgba(0,0,0,.5)); .box-shadow(0 3px 9px rgba(0,0,0,.5));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment