MediaWiki:Common.css: Difference between revisions

From YTPMania Wiki
Jump to navigationJump to search
m (fix)
mNo edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mw-first-heading h1
.page-Main_Page #firstHeading
{
{
display: none;
display: none;
}
}

Latest revision as of 20:37, 9 March 2024

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

.page-Main_Page #firstHeading
{
	display: none;
}