Clear of floats before a post.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 21:09:38 +0000 (23:09 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 21:09:38 +0000 (23:09 +0200)
src/main/resources/static/css/sone.css

index b2981df..0785d70 100644 (file)
@@ -110,6 +110,7 @@ textarea {
 #sone .post {
        padding: 1ex 0px;
        border-bottom: solid 1px #ccc;
+       clear: both;
 }
 
 #sone .post:last-child {