MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(10 intermediate revisions by the same user not shown)
Line 51: Line 51:
.infoboxTable .infoboxTitle {
.infoboxTable .infoboxTitle {
     display: none;
     display: none;
}
/* Hide only the text inside the "Image" header in the infobox */
.infoboxTable th {
    font-size: 0; /* Hides text but keeps the column */
}
/* Ensure any icon, border, or other elements inside the th remain visible */
.infoboxTable th::after {
    content: ""; /* Prevents layout collapse */
    display: block;
    font-size: initial;
}
}