mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
remake after merging IE7/8 bugfix for animations
This commit is contained in:
parent
6fc5674466
commit
f53a038088
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -2511,7 +2511,6 @@ table .span24 {
|
||||
|
||||
.fade {
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
-webkit-transition: opacity 0.15s linear;
|
||||
-moz-transition: opacity 0.15s linear;
|
||||
-ms-transition: opacity 0.15s linear;
|
||||
@ -2521,7 +2520,6 @@ table .span24 {
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
.collapse {
|
||||
|
Loading…
x
Reference in New Issue
Block a user