Add padding for replies.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 05:08:10 +0000 (07:08 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 05:08:10 +0000 (07:08 +0200)
src/main/resources/static/css/sone.css

index 51069c7..15a10cd 100644 (file)
@@ -68,6 +68,7 @@
 
 #sone .post .replies {
        clear: both;
+       padding-top: 0.2ex;
 }
 
 #sone .post .reply {