Use a “last” attribute instead of relying on “:last-child”.
[Sone.git] / src / main / resources / static / css / sone.css
index 0785d70..ea508ea 100644 (file)
@@ -113,7 +113,7 @@ textarea {
        clear: both;
 }
 
-#sone .post:last-child {
+#sone .post.last {
        padding: 1ex 0px;
        border-bottom: none;
 }