diff options
| author | Mark Otto <[email protected]> | 2011-06-30 11:13:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 11:13:00 -0700 |
| commit | b57221e4cafd60d18e9a8cd5b2105f561656c2cf (patch) | |
| tree | 0354493ed287af459cf7f15d44a4ea6646ea0e99 /bootstrap-1.0.0.css | |
| parent | 588b2da937dd5c34766863fba3a9daaf2276d900 (diff) | |
| download | bootstrap-b57221e4cafd60d18e9a8cd5b2105f561656c2cf.tar.xz bootstrap-b57221e4cafd60d18e9a8cd5b2105f561656c2cf.zip | |
attempts to resolve bad chrome position fixed bug
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 5 |
1 files changed, 1 insertions, 4 deletions
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; |
