From 76d24c29b6c61193058bd3ca31028c97e5586d7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 21 Oct 2010 23:09:38 +0200 Subject: [PATCH] Clear of floats before a post. --- src/main/resources/static/css/sone.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.7.4