From 12d7fc82f32f98d7158768ff53f5a4eeb0c3410f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Oct 2011 09:13:22 -0700 Subject: fix the popover background color to work in ie7 --- bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap.css') 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; -- cgit v1.2.3