diff options
| author | Jacob Thornton <[email protected]> | 2011-11-20 20:58:04 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-20 20:58:04 -0800 |
| commit | bc65b58551575c9dfb2e4d9f4f7af97009e39432 (patch) | |
| tree | cb27a6f15bfdd7650871f6f6aa5aba496201bd29 /lib | |
| parent | 0b1d5d9189ea82cde5e848e5a8771a8f4850e21f (diff) | |
| download | bootstrap-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.less | 4 |
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(); } |
