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

little fixes for ie 7

This commit is contained in:
Jacob Thornton
2011-09-15 22:27:41 -07:00
parent 8896497ea8
commit 68f89d109f
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
// Focus states (we use .focused since IE8 and down doesn't support :focus)
&:focus,
&.focused {
outline: none;
outline: 0;
background-color: @white;
color: @grayDark;
text-shadow: 0 1px 0 @white;