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; }")
 
m
Tag: Manual revert
 
(7 intermediate revisions by 2 users not shown)
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 {
#mw-related-navigation {
display: none;
display: none;
}
}

Latest revision as of 22:42, 26 July 2022

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