MediaWiki:Common.css: Difference between revisions

table
(oops)
(table)
Line 62: Line 62:
.infobox > tbody > tr:last-of-type > :first-child,
.infobox > tbody > tr:last-of-type > :first-child,
.infobox > tbody > tr:last-of-type > :last-child { border-bottom:none; }
.infobox > tbody > tr:last-of-type > :last-child { border-bottom:none; }
/* table, a black-border variety of wikitable */
.table {
    background-color: #FFF;
    margin:1em 0;
    border: 1px solid #000;
    border-collapse: collapse;
}
.table > tr > th, .table > tr > td, .table > * > tr > th, .table > * > tr > td {
    border: 1px solid #000;
    padding: 0.2em 0.4em;
}