Difference between revisions of "MediaWiki:Common.css"
From Tinkla: Tinkering with Tesla
(Created page with "→CSS placed here will be applied to all skins: #filehistory { display: none; } →Hides the "File history" header: #mw-imagepage-section-filehistory { display: none; } /...") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#filehistory { display: none; } /* Hides the "File history" header */ | #filehistory { display: none; } /* Hides the "File history" header */ | ||
+ | #ca-history { display: none; } /* Hides the "File history" header */ | ||
#mw-imagepage-section-filehistory { display: none; } /* Hides the "file history" table */ | #mw-imagepage-section-filehistory { display: none; } /* Hides the "file history" table */ |
Revision as of 20:41, 30 April 2019
/* CSS placed here will be applied to all skins */
#filehistory { display: none; } /* Hides the "File history" header */
#ca-history { display: none; } /* Hides the "File history" header */
#mw-imagepage-section-filehistory { display: none; } /* Hides the "file history" table */