From 109027433dc77d58fabaa5c90dada3ee7f400b05 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 21 Aug 2011 22:26:54 -0700 Subject: finish cleaning up ie 7-8 support --- bootstrap-1.0.0.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.0.0.css') diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index c7f927cac..d441d20b1 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 22:13:24 PDT 2011 + * Date: Sun Aug 21 22:26:51 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). @@ -1313,6 +1313,9 @@ table .headerSortUp.purple, table .headerSortDown.purple { .topbar ul li.menu.open a.menu, .topbar ul li.menu.open a:hover { background-color: #444; background-color: rgba(255, 255, 255, 0.1); + *background-color: #444; + /* IE6-7 */ + color: #fff; } .topbar ul li.menu.open ul { @@ -1324,6 +1327,9 @@ table .headerSortUp.purple, table .headerSortDown.purple { } .topbar ul li.menu.open ul li a:hover { background-color: rgba(255, 255, 255, 0.1); + *background-color: #444; + /* IE6-7 */ + color: #fff; } .topbar ul li.menu.open ul li.active a { -- cgit v1.2.3