2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

make less files compile with strict maths in 1.4.0

This commit is contained in:
Luke Page
2013-03-06 16:38:20 +00:00
parent bfdc6f8607
commit 5054c17ab8
9 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -41,7 +41,7 @@
right: 0;
width: auto;
padding: 10px;
z-index: @zindex-modal-background + 10;
z-index: (@zindex-modal-background + 10);
}
// Actual modal
@@ -64,7 +64,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: @zindex-modal-background - 10;
z-index: (@zindex-modal-background - 10);
background-color: #000;
// Fade for backdrop
&.fade { .opacity(0); }