Minor IE6 IE7 fixes
This commit is contained in:
parent
f82e954fd5
commit
3fa53f9083
4 changed files with 12 additions and 12 deletions
|
@ -1519,11 +1519,11 @@ Tutorial: http://knacss.com/demos/tutoriel.html#flex */
|
|||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
.ie678 input[type="checkbox"],
|
||||
.ie678 input[type="radio"] {
|
||||
padding: 0;
|
||||
}
|
||||
textarea {
|
||||
.ie678 textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
/* ----------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue