MediaWiki:Pivot.css: Difference between revisions

no borders in infotable, reduce padding
(infotable class)
(no borders in infotable, reduce padding)
Line 560:
 
/******************************
* Infotable (Infoboxes)
******************************/
table.infotable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px3px solid #fff;
text-align: left;
}
Line 574:
table.infotable > * > tr > th,
table.infotable > * > tr > td {
border: 2px solid #fffnone;
padding: 0.4em15em;
text-align: left;
}