remove unsightly auto-applied margin from safari buttons

This commit is contained in:
Erica Wright 2017-10-24 15:08:57 -04:00
parent 82e206bccf
commit 82a8283b6e
No known key found for this signature in database
GPG Key ID: D9F2AF9D67D0AAB7
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ select,
textarea,
button {
font-family: inherit;
margin: 0;
}
a {