Slight improvement to the css on list items
[mudsync.git] / data / web-static / css / main.css
index 7ef34ddc056483c286002d0b940f9d0458889413..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;
 }
 
@@ -99,6 +98,13 @@ ul li:before {
     border-left-color: #b4b4b4;
 }
 
+#connection-status.connected {
+    color: #88be7e;
+}
+
+#connection-status.disconnected {
+    color: #be8b7e;
+}
 \f
 
 #input-metabox {