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 /docs | |
| parent | 0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (diff) | |
| download | bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.tar.xz bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.zip | |
Fixes #6935: Use standard decimal points for .opacity() mixin
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 159cc5327..b0304d693 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3095,7 +3095,7 @@ button.close { .nav li.dropdown.open a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; - .opacity(100); + .opacity(1); } // Dropdowns in stacked tabs @@ -3839,6 +3839,7 @@ button.close { .modal-backdrop.fade { opacity: 0; + filter: alpha(opacity=0); } .modal-backdrop.fade.in { |
