0
0
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:
Mark Otto 2012-05-28 17:17:55 -07:00
parent 6fc5674466
commit f53a038088

View File

@ -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 {