From: Mark Otto Date: Tue, 29 May 2012 00:17:55 +0000 (-0700) Subject: remake after merging IE7/8 bugfix for animations X-Git-Tag: v2.0.4~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53a0380885c9a5bd83aef4d17a386d99354a8f0;p=thirdparty%2Fbootstrap.git remake after merging IE7/8 bugfix for animations --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e34c4ee270..e3708c29d3 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 {