From b57221e4cafd60d18e9a8cd5b2105f561656c2cf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 30 Jun 2011 11:13:00 -0700 Subject: attempts to resolve bad chrome position fixed bug --- bootstrap-1.0.0.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bootstrap-1.0.0.css') diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index be3c96fd3..5df12c2ec 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -1015,7 +1015,7 @@ div.topbar { top: 0; left: 0; right: 0; - z-index: 100; + z-index: 1000; overflow: visible; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); @@ -1024,9 +1024,6 @@ div.topbar { div.topbar a { color: #bfbfbf; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - -webkit-transition: all linear 0.1s; - -moz-transition: all linear 0.1s; - transition: all linear 0.1s; } div.topbar ul li a:hover, div.topbar ul li.active a, div.topbar a.logo:hover { background-color: #333; -- cgit v1.2.3