From: David ‘Bombe’ Roden Date: Thu, 21 Oct 2010 21:09:38 +0000 (+0200) Subject: Clear of floats before a post. X-Git-Tag: 0.1-RC1~105 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=76d24c29b6c61193058bd3ca31028c97e5586d7f Clear of floats before a post. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index b2981df..0785d70 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -110,6 +110,7 @@ textarea { #sone .post { padding: 1ex 0px; border-bottom: solid 1px #ccc; + clear: both; } #sone .post:last-child {