MediaWiki:Common.css: Difference between revisions

From Grifkuba
mNo edit summary
No edit summary
Tag: Reverted
Line 2: Line 2:
#mw-related-navigation {
#mw-related-navigation {
display: none;
display: none;
}
code {
background-color: transparent;
}
}

Revision as of 21:53, May 19, 2022

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

code {
	background-color: transparent;
}