MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 19: Line 19:
.infobox-image {
.infobox-image {
     text-align: center;
     text-align: center;
    margin: 0px auto;
}
}
.infobox-table th {
.infobox-table {
     width: 120px;
     display: flex;
    flex-direction: column;
}
.infobox-table:nth-child(odd) {
    font-weight: strong;
}
}