MediaWiki:Common.css: Difference between revisions


(Created page with "→‎CSS placed here will be applied to all skins: →‎Hide letter headlines on category pages: div.mw-category-group h3 { display: none; }")
 
No edit summary
Tag: Reverted
Line 3: Line 3:
div.mw-category-group h3 {
div.mw-category-group h3 {
   display: none;
   display: none;
}
.alphanum ol li > ol {
list-style-type: lower-alpha;
}
}

Revision as of 09:02, 10 April 2024

/* CSS placed here will be applied to all skins */
/* Hide letter headlines on category pages */
div.mw-category-group h3 {
   display: none;
}


.alphanum ol li > ol { 
	list-style-type: lower-alpha; 
}