MediaWiki:Common.css: Difference between revisions

From Aphelium
(Created page with "→‎CSS placed here will be applied to all skins: .page-Main_Page #firstHeading { display: none; }")
 
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 */
.page-Main_Page #firstHeading {
.page-Main_Page #firstHeading,
.page-Category_Quickstart_guide #firstHeading
{
display: none;
display: none;
}
}

Latest revision as of 21:19, 24 May 2023

/* CSS placed here will be applied to all skins */
.page-Main_Page #firstHeading,
.page-Category_Quickstart_guide #firstHeading
{
	display: none;
}