Minor IE6 IE7 fixes

This commit is contained in:
Raphael Goetter 2014-05-21 18:42:47 +02:00
parent f82e954fd5
commit 3fa53f9083
4 changed files with 12 additions and 12 deletions

View file

@ -84,11 +84,11 @@
*zoom: 1;
}
input[type="checkbox"],
input[type="radio"] {
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
padding: 0;
}
textarea {
.ie678 textarea {
overflow: auto;
}