diff options
| author | Mark Otto <[email protected]> | 2013-03-11 01:16:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-11 01:16:08 -0700 |
| commit | d0e1b56603a56abe94f99c30d94737dbe6ecae27 (patch) | |
| tree | d8a39c791870de43a4c3a12c8d66efeae393eccc /less/modals.less | |
| parent | d344ca4475ce305f799e5899f9abd0d91a52536b (diff) | |
| parent | 5054c17ab86948a4885c35165b0802e5e60d1ee6 (diff) | |
| download | bootstrap-d0e1b56603a56abe94f99c30d94737dbe6ecae27.tar.xz bootstrap-d0e1b56603a56abe94f99c30d94737dbe6ecae27.zip | |
Merge pull request #7181 from lukeapage/3.0.0-wip
make less files compile with strict maths in 1.4.0
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less index 076c39be3..9d9baccea 100644 --- a/less/modals.less +++ b/less/modals.less @@ -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); } |
