MediaWiki:Common.css: Difference between revisions

From Loopy Pro Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .mw-body-content h1 { clear: both; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
.mw-body-content h1 {
.mw-body-content h1 {
     clear: both;
     clear: both;
}
.mw-body-content iframe {
    display: block;
    clear: both;
    margin: 3em auto;
}
}

Latest revision as of 12:03, 20 June 2024

/* CSS placed here will be applied to all skins */

.mw-body-content h1 {
    clear: both;
}

.mw-body-content iframe {
    display: block;
    clear: both;
    margin: 3em auto;
}