From 3005097a5e8871a46e7e8f87dd2d4c9766686cdf Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 5 Nov 2019 11:24:59 -0500 Subject: changed comment form border --- design/sass/_comments.scss | 4 +++- design/templates/comments/form.html | 3 +-- design/templates/jrnl/entry_detail.html | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'design') diff --git a/design/sass/_comments.scss b/design/sass/_comments.scss index a7c68be..39c7930 100644 --- a/design/sass/_comments.scss +++ b/design/sass/_comments.scss @@ -75,7 +75,6 @@ .comment--form--wrapper { @include constrain_narrow(); - border-top: 3px double #efefef; p { font-family: $fancy_serif; } @@ -103,6 +102,9 @@ left: 1.2rem !important; } } +.comment-form-border{ + border-top: 3px double #efefef; +} .comment--form--header { margin-top: 2em; .hed { diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html index d7e5ee3..eaebada 100644 --- a/design/templates/comments/form.html +++ b/design/templates/comments/form.html @@ -1,5 +1,4 @@ {% load comments i18n %} -

Thoughts?

Please leave a reply:

@@ -23,4 +22,4 @@

All comments are moderated, so you won’t see it right away. And please remember Kurt Vonnegut's rule: “god damn it, you’ve got to be kind.” You can use Markdown or HTML to format your comments. The allowed tags are <b>, <i>, <em>, <strong>, <a>. To create a new paragraph hit return twice.

-
+ diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html index fd7e05a..b676ba5 100644 --- a/design/templates/jrnl/entry_detail.html +++ b/design/templates/jrnl/entry_detail.html @@ -156,7 +156,9 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i

{{comment_count}} Comment{{ comment_count|pluralize }}

{% render_comment_list for object %} {%endif%} +
{% render_comment_form for object %} +
{% else %}

Sorry, comments have been disabled for this post.

{%endif%} -- cgit v1.2.3-70-g09d2