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

Template page
No edit summary
No edit summary
Line 8: Line 8:
}
}


[title|="Summary"] {
.library-cat-table tbody tr:nth-child(4) {
font-size:0.8em;
font-size:0.8em;
color:red;
color:red;
}
}

Revision as of 14:15, 3 November 2023

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

#mw-pages{
	display:none!important;
}

.library-cat-table tbody tr:nth-child(4) {
	font-size:0.8em;
	color:red;
}