MediaWiki:Common.css: Difference between revisions

From Luminys WIKI
Created page with "→‎CSS placed here will be applied to all skins: .mw-related-navigation{display:none}"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-related-navigation{display:none}
.mw-related-navigation{display:none !important;}

Revision as of 00:07, 9 September 2024

/* CSS placed here will be applied to all skins */
.mw-related-navigation{display:none !important;}