MediaWiki:Common.css: Difference between revisions

From Pactoria Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .infobox { float: right; clear: right; width: 22em; margin: 0 0 1em 1em; }"
 
m Added infobox border
Line 6: Line 6:
     width: 22em;
     width: 22em;
     margin: 0 0 1em 1em;
     margin: 0 0 1em 1em;
    border: 1px solid #a2a9b1;
}
}

Revision as of 20:38, 5 March 2026

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

.infobox {
    float: right;
    clear: right;
    width: 22em;
    margin: 0 0 1em 1em;
    border: 1px solid #a2a9b1;
}