Fix display of a last and new post.
[Sone.git] / src / main / resources / static / css / sone.css
index 7754528..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%;