From: David ‘Bombe’ Roden Date: Wed, 20 Oct 2010 12:52:01 +0000 (+0200) Subject: Omit bottom line on last post. X-Git-Tag: 0.1-RC1~154 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=60c03f6f6aba5d9b19e1d9efadf859c189c563a8 Omit bottom line on last post. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 738c077..195708a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -81,6 +81,11 @@ border-bottom: solid 1px #ccc; } +#sone .post:last-child { + padding: 1ex 0px; + border-bottom: none; +} + #sone .post .author { display: inline; font-weight: bold;