Merge pull request #1568 from mgeier/list-css

CSS: Clean up list spacing
pull/1577/head
Min RK 10 years ago committed by GitHub
commit 48cf6b1c77

@ -26,8 +26,8 @@
h6:first-child {margin-top: 1em;}
ul:not(.list-inline),
ol:not(.list-inline) {margin: 0em 2em; padding-left: 0px;}
ul {list-style:disc; padding-top: 16px;}
ol:not(.list-inline) {padding-left: 2em;}
ul {list-style:disc;}
ul ul {list-style:square;}
ul ul ul {list-style:circle;}
ol {list-style:decimal;}

Loading…
Cancel
Save