aboutsummaryrefslogtreecommitdiff
path: root/style.css
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 /style.css
parent64083d6f39a6443aad04d8cf3d53fbc44513891a (diff)
downloadkompetenzbolzen.github.io-1d2c8ceb6753253e0fe38d315639e944117db939.tar.gz
Don't display a dividing line under the last post on the blog
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;