MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 30: Line 30:
.infoboxTable tr:nth-child(2) th {
.infoboxTable tr:nth-child(2) th {
     display: none;
     display: none;
}
/* Ensure the image remains visible */
.infoboxTable tr:nth-child(2) td {
    display: block;
}
}