MediaWiki:Common.css: Difference between revisions

From ACT Wiki
Jump to navigationJump to search
(Replaced content with "→‎CSS placed here will be applied to all skins: .mw-body-content span:first-of-type { display: block; margin-bottom: 1rem; float: right; } →‎From MediaWiki v1.25: ")
Tag: Replaced
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-of-type
.mw-body-content span:first-child
{
{
     display: block;
     display: block;

Revision as of 13:22, 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 */