make fixed navbars have lower z-index

This commit is contained in:
Mark Otto 2012-01-07 01:08:58 -08:00
parent d6a1402f2a
commit e23448ab1b
3 changed files with 4 additions and 4 deletions

4
bootstrap.css vendored
View file

@ -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;