2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

change up the z-indexing and add some popover/twipsy content to the test modal on the js docs to help avoid future bugs

This commit is contained in:
Mark Otto
2012-01-07 04:17:33 -08:00
parent 5ba7c14afe
commit e594107f37
6 changed files with 25 additions and 16 deletions
+6 -5
View File
@@ -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