MediaWiki:Common.css: Difference between revisions
No edit summary Tags: Manual revert Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 51: | Line 51: | ||
.infoboxTable .infoboxTitle { | .infoboxTable .infoboxTitle { | ||
display: none; | display: none; | ||
} | |||
/* Hide only the text "Image" in the infobox header */ | |||
.infoboxTable th:contains("Image") { | |||
visibility: hidden; /* Hides the text but keeps the column */ | |||
} | } | ||