MediaWiki:Common.css: Difference between revisions

From ICAR Wiki
No edit summary
No edit summary
Line 6: Line 6:
}*/
}*/
/*.tocnumber { display: none; }*/
/*.tocnumber { display: none; }*/
ol {  
/* ol {  
list-style-type: decimal;  
list-style-type: decimal;  
}
}*/
ol li > ol {  
ol li > ol {  
list-style-type: lower-alpha;  
list-style-type: lower-alpha;  

Revision as of 14:53, 15 September 2023

/* CSS placed here will be applied to all skins */

/* Header moodifications */
/* div#content h3 {
	font-size:40px;
}*/
/*.tocnumber { display: none; }*/
/* ol { 
	list-style-type: decimal; 
}*/
ol li > ol { 
	list-style-type: lower-alpha; 
}
ol li > ol li > ol { 
	list-style-type: lower-roman; 
}