A working toy chest :)
[mudsync.git] / data / web-static / css / main.css
index 308a556f1ded375d1228cd2d23cc520a3e7f5640..2351c526bcceb9ae0786e40c40d93d01041a5ce9 100644 (file)
@@ -26,6 +26,26 @@ body {
     font-size: 12pt;
 }
 
+span.pre-ish {
+    font-size: 12pt;
+    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;
@@ -90,7 +110,7 @@ body {
     padding: 15px;
 }
 
-input {
+#input-metabox input {
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
     border-bottom-left-radius: 8px;