From 1d2c8ceb6753253e0fe38d315639e944117db939 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 27 May 2014 20:49:02 -0400 Subject: Don't display a dividing line under the last post on the blog --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 6eafba0..0ff29f4 100644 --- a/style.css +++ b/style.css @@ -492,6 +492,10 @@ nav { padding-bottom: 2em; border-bottom: 1px solid #eeeeee; } +.posts > .post:last-child { + padding-bottom: 1em; + border-bottom: none; } + .post blockquote { border-left: 2px solid #666666; font-size: 22px; -- cgit v1.2.3