Move Sone creation to its own template.
[Sone.git] / src / main / resources / static / css / sone.css
index 738c077..3787f27 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;
        display: inline;
 }
 
+#sone #create-sone {
+       
+}
+
 #sone #tail .import-key {
        margin-top: 1em;
        border-top: solid 1px #ccc;