]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remake after merging IE7/8 bugfix for animations
authorMark Otto <markotto@twitter.com>
Tue, 29 May 2012 00:17:55 +0000 (17:17 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 29 May 2012 00:17:55 +0000 (17:17 -0700)
docs/assets/css/bootstrap.css

index e34c4ee27013706b78e9a42e126cbe93da61cdea..e3708c29d31984bc1b069fe0b7e17092a791159b 100644 (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 {