diff --git a/static/css/doc.css b/static/css/doc.css index 2832972..032dcfa 100644 --- a/static/css/doc.css +++ b/static/css/doc.css @@ -46,10 +46,11 @@ main.doc { & ul, & ol { /* Is there a better way to add spacing to the marker, other than adding whitespace? */ - list-style: "– "; + list-style: "- "; margin-top: 0; margin-bottom: 0; padding-bottom: 0.5lh; + padding-left: 3.2em; } }