MediaWiki:Common.css: Difference between revisions

imported>Samueldr
m Assumes colspan=2 → subtitle
imported>Samueldr
m oh, those can't be first-child!
Line 72: Line 72:
}
}


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