Commit f53a0380 authored by Mark Otto's avatar Mark Otto
Browse files

remake after merging IE7/8 bugfix for animations

parent 6fc56744
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -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 {
......
Supports Markdown
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