MediaWiki:Common.css: Difference between revisions

From ACT Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-context-text span { display: block; margin-bottom: 1rem; float: right; }")
 
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-context-text span
.mw-body-context span
{
{
     display: block;
     display: block;

Revision as of 13:12, 9 August 2023

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