From e23448ab1b2cc627a3cab54406ffce6c915297b6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Jan 2012 01:08:58 -0800 Subject: make fixed navbars have lower z-index --- bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.css') 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; -- cgit v1.2.3