Template:ShareCSS/Page/Help:CC BY-SA 4.0协议文本.css

模板页面
ol {
    list-style: lower-alpha;
}

ol ol {
    list-style: decimal;
}

ol ol ol {
    list-style-type: upper-alpha;
}

ol ol ol ol {
	list-style-type: lower-roman;
}