MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From Destinypedia, the Destiny wiki

 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins on both desktop and mobile
/* CSS placed here will be applied to all skins on both desktop and mobile
   The "dark" and "mobile" body classes can be used to target different scenarios */
   The "dark" and "mobile" body classes can be used to target different scenarios */
.noticebox, .plainlinksneverexpand > * {
display: none !important;
}

Revision as of 21:57, August 4, 2020

/* CSS placed here will be applied to all skins on both desktop and mobile
   The "dark" and "mobile" body classes can be used to target different scenarios */

.noticebox, .plainlinksneverexpand > * {
	display: none !important;
}