2,664
edits
(Added .mw-body p {font-size: 0.875em;} to conteract FS*.css from changing paragraph font size.) |
m (Added li,ol,ul {line-height: 1.6em;} to counteract FS*.css line-height:1.625 (which created slightly wider spaces in lists).) |
||
Line 254: | Line 254: | ||
.mw-body p { | .mw-body p { | ||
font-size: 0.875em; /* line added 1/11/17 */ | font-size: 0.875em; /* line added 1/11/17 */ | ||
} | |||
li, ol, ul { /* line added 1/11/17 */ | |||
line-height: 1.6em; | |||
} | } |
edits