mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 22:37:20 +00:00
31 lines
No EOL
816 B
CSS
31 lines
No EOL
816 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; }
|
|
section.content ul.inline {
|
|
font-size: 0px; }
|
|
section.content ul.inline,
|
|
section.content ul.inline > li {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 0; }
|
|
section.content ul.inline > li {
|
|
font-size: 16px; }
|
|
section.content ul.inline > li:not(:last-of-type):after {
|
|
content: ",\0A"; }
|
|
section.content ul.inline > li:last-of-type:before {
|
|
content: "and\0A";
|
|
} |