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/carousel.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/carousel.less')
| -rw-r--r-- | less/carousel.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less index b95a582c6..7c75a519b 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -75,7 +75,7 @@ left: 0; bottom: 0; width: 15%; - .opacity(50); + .opacity(.5); font-size: 20px; color: #fff; text-align: center; @@ -105,7 +105,7 @@ &:focus { color: #fff; text-decoration: none; - .opacity(90); + .opacity(.9); } // Toggles |
