mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Change the font-size property for input and textarea
Change the `font-size` property for `input` and `textarea` from 0.7em to 0.8333em.
This commit is contained in:
parent
09e6f4ac54
commit
526e795f1c
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ input {
|
|||
border: solid lightgrey 1px;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.7em;
|
||||
font-size: 0.8333em;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
line-height: 1.8;
|
||||
|
@ -23,7 +23,7 @@ textarea {
|
|||
border: solid lightgrey 1px;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.7em;
|
||||
font-size: 0.8333em;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue