diff options
| author | Mark Otto <[email protected]> | 2012-05-28 17:17:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-28 17:17:55 -0700 |
| commit | f53a0380885c9a5bd83aef4d17a386d99354a8f0 (patch) | |
| tree | a390500190997afe30b4b596457cad7b5c460baf /docs/assets/css/bootstrap.css | |
| parent | 6fc5674466c19f7b70a41e73d8ba9671bab9235f (diff) | |
| download | bootstrap-f53a0380885c9a5bd83aef4d17a386d99354a8f0.tar.xz bootstrap-f53a0380885c9a5bd83aef4d17a386d99354a8f0.zip | |
remake after merging IE7/8 bugfix for animations
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e34c4ee27..e3708c29d 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 { |
