diff options
| author | Chris Rebert <[email protected]> | 2014-04-15 11:01:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-15 11:01:51 -0700 |
| commit | 2127eb563fafdad10d004d33533a44ad023440e5 (patch) | |
| tree | dcc0a793ceabb1107661293790d2d56d51f82840 | |
| parent | ee7498a69366c516ccba01ca7c977fb83ea23a7b (diff) | |
| download | bootstrap-2127eb563fafdad10d004d33533a44ad023440e5.tar.xz bootstrap-2127eb563fafdad10d004d33533a44ad023440e5.zip | |
rm not particularly useful @zindex var comments
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index ab4cf5ed7..a6d87f46e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -249,8 +249,8 @@ @zindex-navbar: 1000; @zindex-dropdown: 1000; -@zindex-popover: 1060; // @fix #13216 -@zindex-tooltip: 1070; // @fix #13216 +@zindex-popover: 1060; +@zindex-tooltip: 1070; @zindex-navbar-fixed: 1030; @zindex-modal-background: 1040; @zindex-modal: 1050; |
