diff options
| author | Mark Otto <[email protected]> | 2011-10-20 09:13:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-20 09:13:22 -0700 |
| commit | 12d7fc82f32f98d7158768ff53f5a4eeb0c3410f (patch) | |
| tree | e7303616bce58264766d2637d3912fd05d212f1f /bootstrap.css | |
| parent | b62475a22ef15b53a8401cfcc093375cb84e7528 (diff) | |
| download | bootstrap-12d7fc82f32f98d7158768ff53f5a4eeb0c3410f.tar.xz bootstrap-12d7fc82f32f98d7158768ff53f5a4eeb0c3410f.zip | |
fix the popover background color to work in ie7
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index af27abd2e..ebb216c05 100644 --- a/bootstrap.css +++ b/bootstrap.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: Wed Oct 19 23:49:47 PDT 2011 + * Date: Thu Oct 20 09:12:21 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). @@ -2316,8 +2316,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { height: 0; } .popover .inner { - background-color: #000000; - background-color: rgba(0, 0, 0, 0.8); + background: #000000; + background: rgba(0, 0, 0, 0.8); padding: 3px; overflow: hidden; width: 280px; |
