diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-27 20:49:02 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-27 20:49:02 -0400 |
| commit | 1d2c8ceb6753253e0fe38d315639e944117db939 (patch) | |
| tree | 367b638d9755ce0f6e960f644809c9e511336080 /scss/style.scss | |
| parent | 64083d6f39a6443aad04d8cf3d53fbc44513891a (diff) | |
| download | blog-universedg-1d2c8ceb6753253e0fe38d315639e944117db939.tar.gz blog-universedg-1d2c8ceb6753253e0fe38d315639e944117db939.tar.bz2 blog-universedg-1d2c8ceb6753253e0fe38d315639e944117db939.zip | |
Don't display a dividing line under the last post on the blog
Diffstat (limited to 'scss/style.scss')
| -rwxr-xr-x | scss/style.scss | 5 |
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; |
