2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

remove all ie7 conditionals and mixins

This commit is contained in:
Mark Otto
2012-09-25 22:07:53 -07:00
parent f0b4f05a27
commit 0220015edd
14 changed files with 23 additions and 201 deletions
+1 -5
View File
@@ -11,10 +11,6 @@
overflow: visible;
margin-bottom: @baseLineHeight;
color: @navbarText;
// Fix for IE7's bad z-indexing so dropdowns don't appear below content that follows the navbar
*position: relative;
*z-index: 2;
}
// Inner for background effects
@@ -450,7 +446,7 @@
.transition(none);
.placeholder(@navbarInverseSearchPlaceholderColor);
// Focus states (we use .focused since IE7-8 and down doesn't support :focus)
// Focus states (we use .focused since IE8 and down doesn't support :focus)
&:focus,
&.focused {
padding: 5px 15px;