MediaWiki:Common.css: Difference between revisions

imported>Samueldr
m makes infobox more cozy
imported>Samueldr
m Forgot that my infobox has a nested table, instead of being a table with infobox class
Line 78: Line 78:
}
}


.table.infobox > tbody > tr > td,
.infobox .table > tbody > tr > td,
.table.infobox > tbody > tr > th,
.infobox .table > tbody > tr > th,
.table.infobox > tfoot > tr > td,
.infobox .table > tfoot > tr > td,
.table.infobox > tfoot > tr > th,
.infobox .table > tfoot > tr > th,
.table.infobox > thead > tr > td,
.infobox .table > thead > tr > td,
.table.infobox > thead > tr > th {
.infobox .table > thead > tr > th {
     padding: 0.5rem;
     padding: 0.5rem;
}
}