diff options
| author | Mark Otto <[email protected]> | 2012-01-07 01:08:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 01:08:58 -0800 |
| commit | e23448ab1b2cc627a3cab54406ffce6c915297b6 (patch) | |
| tree | 463aa728bd9db9b4578d5b56641f736a2cf32cf0 /bootstrap.css | |
| parent | d6a1402f2af5111e11a87a6029b642dc0b814854 (diff) | |
| download | bootstrap-e23448ab1b2cc627a3cab54406ffce6c915297b6.tar.xz bootstrap-e23448ab1b2cc627a3cab54406ffce6c915297b6.zip | |
make fixed navbars have lower z-index
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 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; |
