No edit summary
Tags: mobile web edit mobile edit
No edit summary
Tags: mobile web edit mobile edit
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-logo-icon, .toggle-list__logo-image, .logo-image
.mw-logo-icon
{
display:none;
}
.toggle-list__logo-image
{
display:none;
}
.logo-image
{
{
display:none;
display:none;
}
}

Revision as of 12:14, 9 October 2024

/* CSS placed here will be applied to all skins */
.mw-logo-icon
{
	display:none;
}
.toggle-list__logo-image
{
	display:none;
}
.logo-image
{
	display:none;
}