MediaWiki:Common.css: Difference between revisions
From Loopy Pro Wiki
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
display: block; | display: block; | ||
clear: both; | 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;
}