More actions
Tabula Rasa (talk | contribs) No edit summary |
Tabula Rasa (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .infobox-table th { | ||
vertical-align: top; | |||
} | |||
.infobox-table td { | |||
vertical-align: top; | |||
} | } |
Revision as of 17:50, 15 February 2025
/* CSS placed here will be applied to all skins */ .infobox-table th { vertical-align: top; } .infobox-table td { vertical-align: top; }