MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
Peoplesconcord (talk | contribs)
Blanked the page
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
/* Standard infobox styling */
table.infobox {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width: 300px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    font-size: 90%;
    line-height: 1.4em;
}