2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

remove sprites vars, change zindex vars

This commit is contained in:
Mark Otto
2012-11-30 15:23:13 -08:00
parent 12a00f62a9
commit 01421ecd62
8 changed files with 12 additions and 31 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// Base class
.tooltip {
position: absolute;
z-index: @zindexTooltip;
z-index: @zindex-tooltip;
display: block;
visibility: visible;
padding: 5px;