diff options
| author | Mark Otto <[email protected]> | 2013-02-28 19:46:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-28 19:46:49 -0800 |
| commit | b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861 (patch) | |
| tree | 39f8536e1fe332aea1b70392454fcf14d74902df /less/tooltip.less | |
| parent | 0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (diff) | |
| download | bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.tar.xz bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.zip | |
Fixes #6935: Use standard decimal points for .opacity() mixin
Diffstat (limited to 'less/tooltip.less')
| -rw-r--r-- | less/tooltip.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index e262e3ba5..5eb6413de 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -13,7 +13,7 @@ line-height: 1.4; .opacity(0); - &.in { .opacity(100); } + &.in { .opacity(1); } &.top { margin-top: -3px; padding: 5px 0; } &.right { margin-left: 3px; padding: 0 5px; } &.bottom { margin-top: 3px; padding: 5px 0; } |
