help.html: raise line-height to 150%.

flac
John Benediktsson 2020-02-27 16:49:48 -08:00 committed by Steve Ayerhart
parent 23bb656004
commit 1384fb8f89
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ a:hover, .link:hover { text-decoration: underline; }
body {
margin: 0;
font-family: sans-serif;
line-height: 140%;
line-height: 150%;
}
input {

View File

@ -20,7 +20,7 @@
margin: 0;
font-family: sans-serif;
font-size: 12pt;
line-height: 140%;
line-height: 150%;
}
a { color: #104e8b; }

View File

@ -13,7 +13,7 @@ body {
body, button {
font-size: 12pt;
font-family: sans-serif;
line-height: 140%;
line-height: 150%;
}
textarea {