Fix display of a last and new post.
[Sone.git] / src / main / resources / static / css / sone.css
index 1767090..fa69795 100644 (file)
@@ -267,7 +267,8 @@ textarea {
 }
 
 #sone .post.last {
-       padding: 1ex 0px;
+       padding-top: 1ex;
+    padding-bottom: 1ex;
        border-bottom: none;
 }