MediaWiki:Common.css: Difference between revisions

From Younews
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-indicators { display: none; }")
 
No edit summary
 
Line 2: Line 2:


.mw-indicators {
.mw-indicators {
display: none;
/* display: none; */
}
}

Latest revision as of 08:58, 22 July 2023

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

.mw-indicators {
	/* display: none; */
}