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 --- scss/style.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index ee2630a..47ddc1f 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -260,6 +260,11 @@ nav { border-bottom: 1px solid $lighterGray; } +.posts > .post:last-child { + padding-bottom: 1em; + border-bottom: none; +} + .post { blockquote { border-left: 2px solid $gray; -- cgit v1.2.3