MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will affect users of the Timeless skin: tr.hiddenStructure { display: none; } table.infobox { float: right; border: 1px solid; margin: 2...")
 
mNo edit summary
Line 8: Line 8:
     float: right;
     float: right;
     border: 1px solid;
     border: 1px solid;
    border-collapse: separate;
     margin: 2px;
     margin: 2px;
     padding: 10px;
     padding: 5px;
    width:200px;
}
}

Revision as of 11:33, 12 May 2019

/* CSS placed here will affect users of the Timeless skin */

tr.hiddenStructure {
    display: none;
}

table.infobox {
    float: right;
    border: 1px solid;
    border-collapse: separate;
    margin: 2px;
    padding: 5px;
    width:200px;
}