diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 19:49:31 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 19:49:31 -0700 |
| commit | c3143b47294df75eb830fb9156f9eef8fbaa956b (patch) | |
| tree | f438050ffba5b045c9b9af529131d1deef8834b7 /bootstrap-1.0.0.css | |
| parent | 48c3c6f1b67b1f2a2f2ea499cef65bdfd27dc21d (diff) | |
| download | bootstrap-c3143b47294df75eb830fb9156f9eef8fbaa956b.tar.xz bootstrap-c3143b47294df75eb830fb9156f9eef8fbaa956b.zip | |
Fix for alert box gradients in IE7/8
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 05e4da01f..31668772e 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Aug 21 18:14:49 PDT 2011 + * Date: Sun Aug 21 19:46:16 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1382,8 +1382,8 @@ div.alert-message { -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.15)', GradientType=0)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.15)', GradientType=0); background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15)); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; - filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; + -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')"; + filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')"; background-color: #e6e6e6; margin-bottom: 18px; padding: 8px 15px; |
