MediaWiki:Common.css: Difference between revisions

From Grifkuba
No edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#div.mw-related-navigation {
#mw-related-navigation {
display: none;
display: none;
}
}

Revision as of 19:39, April 5, 2022

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