From 60c03f6f6aba5d9b19e1d9efadf859c189c563a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 20 Oct 2010 14:52:01 +0200 Subject: [PATCH] Omit bottom line on last post. --- src/main/resources/static/css/sone.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.7.4