Make “show custom avatars” option configurable.
[Sone.git] / src / main / resources / static / css / sone.css
index d065f78..7754528 100644 (file)
@@ -862,3 +862,11 @@ textarea {
 #sone #avatar-selection li#no-avatar {
        display: block;
 }
+
+#sone form#options ul {
+       padding-left: 1em;
+}
+
+#sone form#options li {
+       list-style-type: none;
+}