aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;