Template:Library cat/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 2: Line 2:
.mw-category-generated{
.mw-category-generated{
display:none!important;
display:none!important;
}
#mw-pages{
display:none;
}
}

Revision as of 18:27, 30 September 2023

/*will remove the alphabetical categorisation categories make automatically*/
.mw-category-generated{
	display:none!important;
}

#mw-pages{
	display:none;
}