aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-27 20:49:02 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-27 20:49:02 -0400
commit1d2c8ceb6753253e0fe38d315639e944117db939 (patch)
tree367b638d9755ce0f6e960f644809c9e511336080 /scss
parent64083d6f39a6443aad04d8cf3d53fbc44513891a (diff)
downloadkompetenzbolzen.github.io-1d2c8ceb6753253e0fe38d315639e944117db939.tar.gz
Don't display a dividing line under the last post on the blog
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss5
1 files changed, 5 insertions, 0 deletions
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;