diff options
| author | Jacob Thornton <[email protected]> | 2011-08-29 22:43:40 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-29 22:43:40 -0700 |
| commit | afec7859cc08b7d57100ab7d96f11a9df5bdb32e (patch) | |
| tree | 0e5652f761363a2fc30b018cebbc8acb8a1478cd /bootstrap-1.1.1.css | |
| parent | efd6fd609c7e1406d40906d4aa14949345a2d5ff (diff) | |
| download | bootstrap-afec7859cc08b7d57100ab7d96f11a9df5bdb32e.tar.xz bootstrap-afec7859cc08b7d57100ab7d96f11a9df5bdb32e.zip | |
fix background color for ie7 -- negative margin bug still there though ;_;
Diffstat (limited to 'bootstrap-1.1.1.css')
| -rw-r--r-- | bootstrap-1.1.1.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index ef9cbd7e6..5171561f5 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.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: Mon Aug 29 22:36:01 PDT 2011 + * Date: Mon Aug 29 22:43:36 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). @@ -1234,7 +1234,6 @@ table .headerSortUp.purple, table .headerSortDown.purple { } .nav .dropdown-menu .dropdown-toggle.open { background-color: rgba(255, 255, 255, 0.05); - *background-color: #444; } .nav .dropdown-menu li a { color: #999; @@ -1344,6 +1343,9 @@ table .headerSortUp.purple, table .headerSortDown.purple { color: #fff; background-color: #ccc; background-color: rgba(0, 0, 0, 0.3); + *background-color: #ccc; + /* ie6 -7 */ + } .dropdown.open .dropdown-menu { display: block; |
