Slight improvement to the css on list items
[mudsync.git] / data / web-static / css / main.css
index e965980607836f3cde9a33b92283984f29c9bc38..2bda6fc5f19a0dec0cb07e716df7ca9a25060d8b 100644 (file)
@@ -34,14 +34,13 @@ span.pre-ish {
 ul {
     margin-top: .25em;
     margin-bottom: .25em;
-    padding: 0px;
+    padding-left: 2ch;
     list-style: none;
 }
 
 ul li:before {
     content: "\2022";
     margin-right: 1ch;
-    margin-left: 1ch;
     font-weight: bold;
 }