aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 22:26:54 -0700
committerJacob Thornton <[email protected]>2011-08-21 22:26:54 -0700
commit109027433dc77d58fabaa5c90dada3ee7f400b05 (patch)
treea1bfb8f445f8f452df450c5198d293a052ac46c0 /bootstrap-1.0.0.css
parentf408f5c29b31a67c4f6a554f8ac79597325868cc (diff)
downloadbootstrap-109027433dc77d58fabaa5c90dada3ee7f400b05.tar.xz
bootstrap-109027433dc77d58fabaa5c90dada3ee7f400b05.zip
finish cleaning up ie 7-8 support
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css8
1 files changed, 7 insertions, 1 deletions
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 {