Jump to content

MediaWiki:Common.css: Difference between revisions

From ARDG Wiki
Created page with "CSS placed here will be applied to all skins: .infotable { float: right; padding: 5px; margin-left: 3px; background: #eaecf0; border: 3px solid #003aff; width: 25%; } .infotable th { text-align: left; }"
 
No edit summary
 
Line 5: Line 5:
     padding: 5px;
     padding: 5px;
     margin-left: 3px;
     margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
     width: 25%;
     width: 25%;
}
}

Latest revision as of 22:42, 13 August 2025

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

.infotable {
    float: right;
    padding: 5px;
    margin-left: 3px;
    width: 25%;
}

.infotable th {
    text-align: left;
}