MediaWiki:Common.css: Difference between revisions

From Ethereal Superheroes Universe
Content added Content deleted
(Replaced content with "→‎CSS placed here will be applied to all skins: .mw-editsection { display: none !important; } .mw-logo-wordmark { width: 220px; height: auto; }")
Tag: Replaced
No edit summary
Line 5: Line 5:
}
}


#p-tb {
.mw-logo-wordmark {
width: 220px;
display: none;
height: auto;
}
}

Revision as of 07:46, 12 October 2023

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

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

#p-tb { 
	display: none;
}