MediaWiki:Common.css: Difference between revisions

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
Created page with "CSS placed here will be applied to all skins: .firstHeading { display: none; }"
 
No edit summary
Line 2: Line 2:
.firstHeading {
.firstHeading {
     display: none;
     display: none;
}
#p-banner {
display: none;
}
}

Revision as of 21:36, 18 June 2025

/* CSS placed here will be applied to all skins */
.firstHeading {
    display: none;
}

#p-banner {
	display: none;
}