MediaWiki:Common.css: Difference between revisions

From Ethereal Superheroes Universe
Content added Content deleted
No edit summary
No edit summary
Line 6: Line 6:


#p-tb {
#p-tb {
display: none;
display: none !important;
}
}

Revision as of 07:47, 12 October 2023

/* CSS placed here will be applied to all skins */

.mw-editsection {
	display: none !important;
}

#p-tb { 
	display: none !important;
}