MediaWiki:Common.css: Difference between revisions

imported>Samueldr
m Makes first <th> tidier.
imported>Samueldr
m Assumes colspan=2 → subtitle
Line 68: Line 68:


.infobox > table tr:first-child th {
.infobox > table tr:first-child th {
    text-align: center;
    background: #eee;
}
.infobox > table tr:first-child th[colspan=2] {
     text-align: center;
     text-align: center;
     background: #eee;
     background: #eee;
}
}