aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:01:09 -0800
committerMark Otto <[email protected]>2012-01-07 04:01:09 -0800
commit8bdaf1f36451266064ec460b87a12f21a2caa65b (patch)
treeae74d11b55fe8be10f1e85ac283a74d77631ab7f /bootstrap.css
parent2540caeddd59822cd8f7c805e777adc7504b87b3 (diff)
downloadbootstrap-8bdaf1f36451266064ec460b87a12f21a2caa65b.tar.xz
bootstrap-8bdaf1f36451266064ec460b87a12f21a2caa65b.zip
better ranking of z-indexes for tipsies so they appear above dropdown menus but below fixed topbar
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 899e61a17..187c46918 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Jan 7 03:57:28 PST 2012
+ * Date: Sat Jan 7 04:00:34 PST 2012
*/
html, body {
margin: 0;
@@ -1472,7 +1472,7 @@ i {
.dropdown-menu {
position: absolute;
top: 40px;
- z-index: 900;
+ z-index: 1000;
float: left;
display: none;
min-width: 160px;
@@ -2304,7 +2304,7 @@ i {
}
.twipsy {
position: absolute;
- z-index: 1000;
+ z-index: 1005;
display: block;
visibility: visible;
padding: 5px;
@@ -2382,7 +2382,7 @@ i {
position: absolute;
top: 0;
left: 0;
- z-index: 1000;
+ z-index: 1005;
display: none;
padding: 5px;
}