Corrected spacing above list elements

This commit is contained in:
Elliot Kirk 2016-06-23 16:18:57 -07:00
parent 3ea9c96bbc
commit f4dd6d6058

View File

@ -27,7 +27,7 @@
ul:not(.list-inline),
ol:not(.list-inline) {margin: 0em 2em; padding-left: 0px;}
ul {list-style:disc;}
ul {list-style:disc; padding-top: 16px;}
ul ul {list-style:square;}
ul ul ul {list-style:circle;}
ol {list-style:decimal;}