diff options
| author | Mark Otto <[email protected]> | 2012-01-08 12:40:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 12:40:30 -0800 |
| commit | 1ef9cbc6e4b2a002eea4515f3779318f2ee60666 (patch) | |
| tree | 32da5ebd3340c23e89bbc64e80ee810ecfe8ac2d /lib | |
| parent | fbd686ad655e1a22450f517e9ec241eaafc167f7 (diff) | |
| download | bootstrap-1ef9cbc6e4b2a002eea4515f3779318f2ee60666.tar.xz bootstrap-1ef9cbc6e4b2a002eea4515f3779318f2ee60666.zip | |
rejigger z-index ranks for popovers/topbar/etc
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/variables.less | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/variables.less b/lib/variables.less index 37f5adb71..97b6f9e3c 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -49,12 +49,13 @@ // Z-INDEX // ------- + @zindexDropdown: 1000; -@zindexFixedNavbar: 1010; -@zindexModalBackdrop: 1020; -@zindexModal: 1030; -@zindexPopover: 1040; -@zindexTwipsy: 1050; +@zindexPopover: 1010; +@zindexTwipsy: 1020; +@zindexFixedNavbar: 1030; +@zindexModalBackdrop: 1040; +@zindexModal: 1050; // THEME VARIABLES |
