added font-size: inherit; on form elements
This commit is contained in:
parent
958231a87d
commit
896610ed1a
3 changed files with 5 additions and 3 deletions
|
@ -32,7 +32,7 @@ button,
|
|||
input,
|
||||
select {
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-size: 100%;
|
||||
font-size: inherit;
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* www.KNACSS.com V2.6l @author: Raphael Goetter, Alsacreations
|
||||
* www.KNACSS.com V2.6m (2013-07) @author: Raphael Goetter, Alsacreations
|
||||
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
||||
*/
|
||||
|
||||
|
@ -401,6 +401,7 @@ label,
|
|||
.btn {
|
||||
vertical-align: middle; /* @bugfix alignment */
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
textarea {
|
||||
resize: vertical;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* www.KNACSS.com V2.6l @author: Raphael Goetter, Alsacreations
|
||||
* www.KNACSS.com V2.6m (2013-07) @author: Raphael Goetter, Alsacreations
|
||||
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
||||
*/
|
||||
|
||||
|
@ -552,6 +552,7 @@ label,
|
|||
.btn {
|
||||
vertical-align: middle; /* @bugfix alignment */
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
textarea {
|
||||
resize: vertical;
|
||||
|
|
Loading…
Reference in a new issue