MediaWiki:Common.css: Difference between revisions
From SharismWiki
(Created page with "→CSS placed here will be applied to all skins: #mp-upper { background-color: #f0f0f0; padding: 10px; } #mp-lower { margin-top: 20px; }") |
No edit summary |
||
Line 7: | Line 7: | ||
#mp-lower { | #mp-lower { | ||
margin-top: 20px; | margin-top: 20px; | ||
} | |||
.iframe-container { | |||
margin: 20px 0; | |||
} | } |
Latest revision as of 06:13, 18 February 2024
/* CSS placed here will be applied to all skins */ #mp-upper { background-color: #f0f0f0; padding: 10px; } #mp-lower { margin-top: 20px; } .iframe-container { margin: 20px 0; }