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

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
/*will remove the alphabetical categorisation categories make automatically if present on a page*/
/*will remove the alphabetical categorisation categories make automatically if present on a page*/
.mw-parser-output .mw-category-generated{
.mw-category-generated{
display:none!important;
display:none!important;
}
}

Revision as of 18:11, 30 September 2023

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