Mal:Nummerering/style.css
Hopp til navigering
Hopp til søk
/*
Style for changing list number system
© John Erling Blad, Creative Commons by Attribution 3.0
*/
/* this is for an ordinary list */
.following-list-style-type-lower-alpha + ol li { list-style-type:lower-alpha; }
.following-list-style-type-upper-alpha + ol li { list-style-type:upper-alpha; }
.following-list-style-type-lower-roman + ol li { list-style-type:lower-roman; }
.following-list-style-type-upper-roman + ol li { list-style-type:upper-roman; }
.following-list-style-type-lower-greek + ol li { list-style-type:lower-greek; }
.following-list-style-type-decimal + ol li { list-style-type:decimal; }