MediaWiki:Common.css: Difference between revisions

From DNForum Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .infobox { float: right; width: auto; margin: 0 0 1em 1em; border: 1px solid #aaa; padding: 5px; background-color: #f9f9f9; }"
(No difference)

Revision as of 11:52, 16 January 2025

/* CSS placed here will be applied to all skins */
.infobox {
    float: right;
    width: auto;
    margin: 0 0 1em 1em;
    border: 1px solid #aaa;
    padding: 5px;
    background-color: #f9f9f9;
}