MediaWiki:Common.css: Difference between revisions


No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 6: Line 6:




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

Revision as of 09:03, 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;
}


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