summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-01-16 10:46:28 -0500
committerluxagraf <sng@luxagraf>2021-01-16 10:46:28 -0500
commit7469f2c96bc3937478818e1324ed73ae9293dad9 (patch)
treeb9e6370456a0306f07a9f7c176dd638384933223
parenta035c997f5479a027a6cfe4f94cf87d67bac30d9 (diff)
css: fixed comments css to add more spacing between entry text and
comments.
-rw-r--r--design/sass/screenv10.scss10
-rw-r--r--design/templates/comments/list.html2
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 %}
- <div class="comment-wrapper">
+ <div>
{% for comment in comment_list %}
<div id="comment-{{ comment.id }}" class="comment-card-wrapper">
<div class="comment-card-hed">