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

View File

@@ -27,7 +27,7 @@
.dropdown-menu {
position: absolute;
top: 40px;
z-index: 1000;
z-index: @zindexDropdowns;
float: left;
display: none; // none by default, but block on "open" of the menu
min-width: 160px;