2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

another quick pass at ranking all zindexes and listing them in variables for quick overview and editing later

This commit is contained in:
Mark Otto
2012-01-07 04:07:53 -08:00
parent 8bdaf1f364
commit 5ba7c14afe
8 changed files with 24 additions and 15 deletions
+10 -1
View File
@@ -44,7 +44,16 @@
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
// Fluid width sidebar
@fluidSidebarWidth: 220px;
@fluidSidebarWidth: 220px;
// Z-INDEX
// -------
@zindexDropdowns: 1000;
@zindexTwipsy: 1000;
@zindexFixedNavbar: 1010;
@zindexPopover: 1020;
@zindexModal: 1030;
// THEME VARIABLES