Difference between revisions of "MediaWiki:Common.css"

From The Fool's Aftermath Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .infotable.table { border: 1px solid; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.infotable.table {
table.infotable {
     border: 1px solid;
     border: 1px solid;
    background: grey;
}
}

Revision as of 03:29, 7 June 2022

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

table.infotable {
    border: 1px solid;
    background: grey;
}