Commit f53a0380 authored by Mark Otto's avatar Mark Otto

remake after merging IE7/8 bugfix for animations

parent 6fc56744
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment