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