diff options
| author | Chris Rebert <[email protected]> | 2013-12-09 16:20:26 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-09 16:20:26 -0800 |
| commit | 28d8be1634de80c4ddfb936b004fe9dfffd86e20 (patch) | |
| tree | 0c92a4e4d5196b183b9feb462974ad11b56e186f /less/dropdowns.less | |
| parent | 88d8cd90e2cef123b9389187e0d5acd1c9f1026d (diff) | |
| parent | ab29b1a3352e89fe8756a34e49a38341edd06844 (diff) | |
| download | bootstrap-28d8be1634de80c4ddfb936b004fe9dfffd86e20.tar.xz bootstrap-28d8be1634de80c4ddfb936b004fe9dfffd86e20.zip | |
Merge pull request #11808 from twbs/strict-math-fixes
more LESS strictMath fixes
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 1a8f1973f..4bdc223fc 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -142,7 +142,7 @@ right: 0; bottom: 0; top: 0; - z-index: @zindex-dropdown - 10; + z-index: (@zindex-dropdown - 10); } // Right aligned dropdowns |
