mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
17 lines
No EOL
437 B
CSS
17 lines
No EOL
437 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 > table ul,
|
|
section.content > ul {
|
|
list-style-type: disc; }
|
|
section.content > ol ul,
|
|
section.content > ul ul {
|
|
list-style-type: square; } |