MediaWiki:Common.css: Difference between revisions

From MKT Toolbox Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #p-categorytree-portlet > div > div > div > div > div.CategoryTreeItem > a { font-size: 0.75em; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-categorytree-portlet > div > div > div > div > div.CategoryTreeItem > a {
#p-categorytree-portlet > div > div > div > div > div.CategoryTreeItem a {
font-size: 0.75em;
font-size: 0.75em;
}
}

Revision as of 20:49, 24 April 2023

/* CSS placed here will be applied to all skins */
#p-categorytree-portlet > div > div > div > div > div.CategoryTreeItem a {
	font-size: 0.75em;
}