MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
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: | line-height:1.2em; | ||
margin: 0; | margin-bottom:0.7em; | ||
max-width:800px; | |||
font-size:12pt; | |||
font-family:calibri; | |||
} | } | ||
.mw-body-content li{ | |||
margin-bottom:.1em;} |
Latest revision as of 08:05, 14 January 2020
/* CSS placed here will be applied to all skins */ .mw-body-content p,.mw-body-content li { line-height:1.2em; margin-bottom:0.7em; max-width:800px; font-size:12pt; font-family:calibri; } .mw-body-content li{ margin-bottom:.1em;}