remake after merging IE7/8 bugfix for animations
This commit is contained in:
parent
6fc5674466
commit
f53a038088
1 changed files with 0 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue