Fix display of a last and new post.
[Sone.git] / src / main / resources / static / css / sone.css
index d065f78..fa69795 100644 (file)
@@ -267,7 +267,8 @@ textarea {
 }
 
 #sone .post.last {
-       padding: 1ex 0px;
+       padding-top: 1ex;
+    padding-bottom: 1ex;
        border-bottom: none;
 }
 
@@ -800,6 +801,10 @@ textarea {
        float: right;
 }
 
+#sone .clear {
+       clear: both;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;
@@ -862,3 +867,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;
+}