MediaWiki:Common.css: Difference between revisions

From Grifkuba
No edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
#mw-related-navigation {
#mw-related-navigation {
display: none;
display: none;
}
code {
background-color: transparent;
}
}

Latest revision as of 22:42, July 26, 2022

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