From 0c884f681ec652446896bcd1149b067347d48d85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 19 Jun 2011 13:08:28 +0200 Subject: [PATCH] =?utf8?q?Make=20it=20possible=20to=20use=20post=20as=20co?= =?utf8?q?ntaining=20block=20for=20all=20=E2=80=9Cposition:=20absolute?= =?utf8?q?=E2=80=9D=20blocks=20beneath=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 ae38d7d..1cc26eb 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -238,6 +238,7 @@ textarea { padding: 1ex 0px; border-bottom: solid 1px #ccc; clear: both; + position: relative; } #sone .post.new { -- 2.7.4