MediaWiki:Common.css: Difference between revisions

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.firstHeading {
#catlinks {
    display: none;
display: block !important;
}
}



Revision as of 20:21, 20 June 2025

/* CSS placed here will be applied to all skins */
#catlinks {
	
	display: block !important;
}

#p-banner {
	display: none;
}