A working toy chest :)
[mudsync.git] / data / web-static / css / main.css
index f39402c667f19875aa13f9255640320e909e4d39..2351c526bcceb9ae0786e40c40d93d01041a5ce9 100644 (file)
@@ -31,6 +31,21 @@ span.pre-ish {
     white-space: pre-wrap;
 }
 
+ul {
+    margin-top: .25em;
+    margin-bottom: .25em;
+    padding: 0px;
+    list-style: none;
+}
+
+ul li:before {
+    content: "*";
+    margin-right: 1ch;
+    margin-left: 1ch;
+    font-weight: bold;
+}
+
+
 #stream-metabox {
     flex-direction: column;
     display: flex;