ikrpg.github.io/static/stylesheets/content/lists.css

16 lines
No EOL
409 B
CSS

section.content > ol,
section.content > ul {
margin: 1.8em 0; }
section.content ol,
section.content ul {
padding-left: 2em; }
section.content > ol {
list-style-type: decimal; }
section.content > ol ol,
section.content > ul ol {
list-style-type: lower-roman; }
section.content > ul {
list-style-type: disc; }
section.content > ol ul,
section.content > ul ul {
list-style-type: square; }