Difference between revisions of "MediaWiki:Common.css"

From Computer Science
Jump to: navigation, search
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
ol li > ol {
 +
list-style-type: lower-alpha;
 +
}
 +
ol li > ol li > ol {
 +
list-style-type: lower-roman;
 +
}

Latest revision as of 14:57, 22 November 2022

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

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