aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-30 11:13:00 -0700
committerMark Otto <[email protected]>2011-06-30 11:13:00 -0700
commitb57221e4cafd60d18e9a8cd5b2105f561656c2cf (patch)
tree0354493ed287af459cf7f15d44a4ea6646ea0e99 /lib
parent588b2da937dd5c34766863fba3a9daaf2276d900 (diff)
downloadbootstrap-b57221e4cafd60d18e9a8cd5b2105f561656c2cf.tar.xz
bootstrap-b57221e4cafd60d18e9a8cd5b2105f561656c2cf.zip
attempts to resolve bad chrome position fixed bug
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 4d183c6f5..cdc82d1fe 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -13,7 +13,7 @@ div.topbar {
top: 0;
left: 0;
right: 0;
- z-index: 100;
+ z-index: 1000;
overflow: visible;
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
.box-shadow(@shadow);
@@ -21,7 +21,6 @@ div.topbar {
a {
color: @grayLight;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
- .transition(all linear .1s);
}
// Hover and active states for links
ul li a:hover,