From 7469f2c96bc3937478818e1324ed73ae9293dad9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 16 Jan 2021 10:46:28 -0500 Subject: css: fixed comments css to add more spacing between entry text and comments. --- design/sass/screenv10.scss | 10 +++++++--- design/templates/comments/list.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss index e191dfd..7d20f47 100644 --- a/design/sass/screenv10.scss +++ b/design/sass/screenv10.scss @@ -944,6 +944,7 @@ p + .picwide { .entry-footer .hedtinycaps { margin-bottom: 0; } + .related { //slightly wider column for related posts with //images on most detail pages @@ -958,7 +959,6 @@ p + .picwide { } .related time { display: inline;} .related a { text-decoration: none;} - .related .card-hed { text-align: center; font-family: mffnweb, Helvetica, sans-serif; @@ -972,9 +972,8 @@ p + .picwide { color: #999; } - - .footnote { + font-size: 80%; line-height: 1; } @@ -1228,6 +1227,11 @@ pre{ max-width: 750px; } } +.comment-wrapper { + margin-top: 5rem; + padding-top: 4rem; + border-top: 2px solid #efecec; +} .comment-form-wrapper .submit { display: flex; justify-content: flex-end; diff --git a/design/templates/comments/list.html b/design/templates/comments/list.html index c320209..7c43a9a 100644 --- a/design/templates/comments/list.html +++ b/design/templates/comments/list.html @@ -4,7 +4,7 @@ {% load bleach_tags %} {% load nofollow %} {% load comments %} -
+
{% for comment in comment_list %}
-- cgit v1.2.3-70-g09d2