No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* Douglas attempts to add more space between paragraphs */ | /* Douglas attempts to add more space between paragraphs */ | ||
p {line-height: 1.5em} | p {line-height: 1.5em} | ||
ul li { padding: 5px 0px } | ul li { padding: 5px 0px; line-height: 1.5em } |
Revision as of 20:40, 6 December 2020
/* CSS placed here will be applied to all skins */ /* Douglas attempts to add more space between paragraphs */ p {line-height: 1.5em} ul li { padding: 5px 0px; line-height: 1.5em }