Do not reset padding on form elements

This commit is contained in:
Yohan Boniface 2015-10-11 11:08:33 +02:00
parent 6960299d21
commit a5c6efa5ad

View file

@ -46,9 +46,12 @@ hr, input, textarea {
-webkit-box-sizing:border-box; -webkit-box-sizing:border-box;
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
padding: 0;
font-family: 'fira_sanslight', sans-serif; font-family: 'fira_sanslight', sans-serif;
} }
body, div, ul, li, a, section, nav,
h1, h2, h3, h4, h5, h6, label, hr {
padding: 0;
}
a { a {
text-decoration: none; text-decoration: none;
color: SeaGreen; color: SeaGreen;