2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

finish cleaning up ie 7-8 support

This commit is contained in:
Jacob Thornton
2011-08-21 22:26:54 -07:00
parent f408f5c29b
commit 109027433d
4 changed files with 12 additions and 3 deletions
+7 -1
View File
@@ -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 {