help.html: raise line-height to 150%.
parent
23bb656004
commit
1384fb8f89
|
@ -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 {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-size: 12pt;
|
||||
line-height: 140%;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
a { color: #104e8b; }
|
||||
|
|
|
@ -13,7 +13,7 @@ body {
|
|||
body, button {
|
||||
font-size: 12pt;
|
||||
font-family: sans-serif;
|
||||
line-height: 140%;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
Loading…
Reference in New Issue