diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 13:04:36 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 13:04:36 -0700 |
| commit | de494200fc5a62f032828198f699f043a7fe77da (patch) | |
| tree | 4aec6cd2cd354e9928e3af108d46cebba82f285e /bootstrap-1.0.0.css | |
| parent | d019c677adcc21a3df0865773431ddc0ecf0aefa (diff) | |
| download | bootstrap-de494200fc5a62f032828198f699f043a7fe77da.tar.xz bootstrap-de494200fc5a62f032828198f699f043a7fe77da.zip | |
remake
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index d2a0d7f64..835fa9e7b 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 12:48:25 PDT 2011 + * Date: Sun Aug 21 13:04:33 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). @@ -1376,6 +1376,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)"; background-color: #e6e6e6; margin-bottom: 18px; padding: 8px 15px; |
