aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-20 20:58:04 -0800
committerJacob Thornton <[email protected]>2011-11-20 20:58:04 -0800
commitbc65b58551575c9dfb2e4d9f4f7af97009e39432 (patch)
treecb27a6f15bfdd7650871f6f6aa5aba496201bd29 /lib
parent0b1d5d9189ea82cde5e848e5a8771a8f4850e21f (diff)
downloadbootstrap-bc65b58551575c9dfb2e4d9f4f7af97009e39432.tar.xz
bootstrap-bc65b58551575c9dfb2e4d9f4f7af97009e39432.zip
merge in js from 1.4... start working through js docs
Diffstat (limited to 'lib')
-rw-r--r--lib/twipsy.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/twipsy.less b/lib/twipsy.less
index 4193eda5f..3fa21fa01 100644
--- a/lib/twipsy.less
+++ b/lib/twipsy.less
@@ -8,8 +8,8 @@
visibility: visible;
padding: 5px;
font-size: 11px;
- .opacity(80);
- &.fade.in {
+ .opacity(0);
+ &.in {
.opacity(80);
}
&.above .twipsy-arrow { #popoverArrow > .above(); }