Don't display a dividing line under the last post on the blog
This commit is contained in:
parent
64083d6f39
commit
1d2c8ceb67
|
@ -260,6 +260,11 @@ nav {
|
||||||
border-bottom: 1px solid $lighterGray;
|
border-bottom: 1px solid $lighterGray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.posts > .post:last-child {
|
||||||
|
padding-bottom: 1em;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 2px solid $gray;
|
border-left: 2px solid $gray;
|
||||||
|
|
|
@ -492,6 +492,10 @@ nav {
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
border-bottom: 1px solid #eeeeee; }
|
border-bottom: 1px solid #eeeeee; }
|
||||||
|
|
||||||
|
.posts > .post:last-child {
|
||||||
|
padding-bottom: 1em;
|
||||||
|
border-bottom: none; }
|
||||||
|
|
||||||
.post blockquote {
|
.post blockquote {
|
||||||
border-left: 2px solid #666666;
|
border-left: 2px solid #666666;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
Loading…
Reference in a new issue