aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 01:08:58 -0800
committerMark Otto <[email protected]>2012-01-07 01:08:58 -0800
commite23448ab1b2cc627a3cab54406ffce6c915297b6 (patch)
tree463aa728bd9db9b4578d5b56641f736a2cf32cf0
parentd6a1402f2af5111e11a87a6029b642dc0b814854 (diff)
downloadbootstrap-e23448ab1b2cc627a3cab54406ffce6c915297b6.tar.xz
bootstrap-e23448ab1b2cc627a3cab54406ffce6c915297b6.zip
make fixed navbars have lower z-index
-rw-r--r--bootstrap.css4
-rw-r--r--bootstrap.min.css2
-rw-r--r--lib/navbar.less2
3 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css
index a5bdf2594..38ce72cba 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 00:50:40 PST 2012
+ * Date: Sat Jan 7 01:08:05 PST 2012
*/
html, body {
margin: 0;
@@ -1702,7 +1702,7 @@ i {
top: 0;
right: 0;
left: 0;
- z-index: 10000;
+ z-index: 999;
}
.nav {
position: relative;
diff --git a/bootstrap.min.css b/bootstrap.min.css
index c0b0bf104..353a68ebf 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -303,7 +303,7 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.navbar-search .search-query:focus,.navbar-search .search-query.focused{padding:5px 10px;color:#333333;text-shadow:0 1px 0 #ffffff;background-color:#ffffff;border:0;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);outline:0;}
.navbar-static{margin-bottom:18px;}
.navbar-static .navbar-inner{padding-left:20px;padding-right:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
-.navbar-fixed{position:fixed;top:0;right:0;left:0;z-index:10000;}
+.navbar-fixed{position:fixed;top:0;right:0;left:0;z-index:999;}
.nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}.nav>li{display:block;float:left;}
.nav a{display:block;float:none;padding:10px 10px 11px;line-height:19px;color:#999999;text-decoration:none;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}.nav a:hover{color:#ffffff;text-decoration:none;}
.nav .active>a{background-color:#222;background-color:rgba(0, 0, 0, 0.5);}
diff --git a/lib/navbar.less b/lib/navbar.less
index 516890ba7..9756ce2ca 100644
--- a/lib/navbar.less
+++ b/lib/navbar.less
@@ -125,7 +125,7 @@
top: 0;
right: 0;
left: 0;
- z-index: 10000;
+ z-index: 999;
}