Difference between revisions of "MediaWiki:Common.css"

From Grifkuba
(Created page with "→‎CSS placed here will be applied to all skins: #div.page-tools { display: none; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#div.page-tools {
#div.mw-related-navigation {
display: none;
display: none;
}
}

Revision as of 19:37, 5 April 2022

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