MediaWiki:Common.css: Difference between revisions

From Grifkuba
Created page with "CSS placed here will be applied to all skins: #div.page-tools { 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 */
#div.page-tools {
#div.mw-related-navigation {
display: none;
display: none;
}
}

Revision as of 19:37, April 5, 2022

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