diff options
| author | Mark Otto <[email protected]> | 2012-01-07 04:17:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 04:17:33 -0800 |
| commit | e594107f37ede1ea8bee05d8f4b22aeba89bf458 (patch) | |
| tree | c404db709831a1b4ec5d653067d95ce5967b87fc /lib/variables.less | |
| parent | 5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159 (diff) | |
| download | bootstrap-e594107f37ede1ea8bee05d8f4b22aeba89bf458.tar.xz bootstrap-e594107f37ede1ea8bee05d8f4b22aeba89bf458.zip | |
change up the z-indexing and add some popover/twipsy content to the test modal on the js docs to help avoid future bugs
Diffstat (limited to 'lib/variables.less')
| -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 3db5839b0..37f5adb71 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -49,11 +49,12 @@ // Z-INDEX // ------- -@zindexDropdowns: 1000; -@zindexTwipsy: 1000; -@zindexFixedNavbar: 1010; -@zindexPopover: 1020; -@zindexModal: 1030; +@zindexDropdown: 1000; +@zindexFixedNavbar: 1010; +@zindexModalBackdrop: 1020; +@zindexModal: 1030; +@zindexPopover: 1040; +@zindexTwipsy: 1050; // THEME VARIABLES |
