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-context span
.mw-body-content span
{
{
     display: block;
     display: block;

Revision as of 13:12, 9 August 2023

/* CSS placed here will be applied to all skins */
.mw-body-content span
{
    display: block;
    margin-bottom: 1rem;
    float: right;
}