MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-body-content p { | .mw-body-content p,.mw-body-content li { | ||
line-height:1. | line-height:1.3em; | ||
margin-bottom:1.5em; | margin-bottom:1.5em; | ||
max-width:1000px; | |||
} | } |
Revision as of 13:12, 27 August 2019
/* CSS placed here will be applied to all skins */ .mw-body-content p,.mw-body-content li { line-height:1.3em; margin-bottom:1.5em; max-width:1000px; }