added font-size: inherit; on form elements

This commit is contained in:
raphaelgoetter 2013-08-06 17:40:48 +02:00
parent 958231a87d
commit 896610ed1a
3 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,7 @@ button,
input,
select {
font-family: helvetica, arial, sans-serif;
font-size: 100%;
font-size: inherit;
margin: 0;
vertical-align: middle;
}