From f53a0380885c9a5bd83aef4d17a386d99354a8f0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 May 2012 17:17:55 -0700 Subject: [PATCH] remake after merging IE7/8 bugfix for animations --- docs/assets/css/bootstrap.css | 2 -- 1 file changed, 2 deletions(-) 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 {