Make it possible to use post as containing block for all “position: absolute” blocks...
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 19 Jun 2011 11:08:28 +0000 (13:08 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 19 Jun 2011 11:08:28 +0000 (13:08 +0200)
src/main/resources/static/css/sone.css

index ae38d7d..1cc26eb 100644 (file)
@@ -238,6 +238,7 @@ textarea {
        padding: 1ex 0px;
        border-bottom: solid 1px #ccc;
        clear: both;
+       position: relative;
 }
 
 #sone .post.new {