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
Line 2: Line 2:


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

Revision as of 12:02, 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;
}