Don't display a dividing line under the last post on the blog

This commit is contained in:
Barry Clark 2014-05-27 20:49:02 -04:00
parent 64083d6f39
commit 1d2c8ceb67
2 changed files with 9 additions and 0 deletions

View file

@ -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;