retouches finales

This commit is contained in:
Raphael Goetter 2014-05-03 14:38:58 +02:00
parent 28a6ad32f1
commit 38be7212d0
12 changed files with 1115 additions and 835 deletions

View file

@ -44,8 +44,6 @@ legend {
}
textarea {
overflow: auto;
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
min-height: 5em;
vertical-align: top;
font-family: inherit;
@ -62,12 +60,6 @@ input[type="submit"] {
/* clickable input types in iOS */
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
/* Corrects excess space around these inputs in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield;
}