Omit bottom line on last post.
[Sone.git] / src / main / resources / static / css / sone.css
index 738c077..195708a 100644 (file)
        border-bottom: solid 1px #ccc;
 }
 
+#sone .post:last-child {
+       padding: 1ex 0px;
+       border-bottom: none;
+}
+
 #sone .post .author {
        display: inline;
        font-weight: bold;