MediaWiki:Common.css: Difference between revisions
From ACT Wiki
Jump to navigationJump to search
No edit summary |
No 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 span:first-child | .mw-body-content > span:first-child | ||
{ | { | ||
display: block; | display: block; |
Revision as of 13:25, 9 August 2023
/* CSS placed here will be applied to all skins */ .mw-body-content > span:first-child { display: block; margin-bottom: 1rem; float: right; } /* From MediaWiki v1.25 */