Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
.catlinks { | .catlinks { | ||
display: none; | display: none; | ||
+ | } | ||
− | table.wikitable:nth-child(1) { | + | #mw-content-text > div > table, table.wikitable:nth-child(1) { |
display: none !important; | display: none !important; | ||
− | + | visibility: hidden; | |
} | } |
Revision as of 10:56, 7 May 2021
/* CSS placed here will be applied to all skins */ .catlinks { display: none; } #mw-content-text > div > table, table.wikitable:nth-child(1) { display: none !important; visibility: hidden; }