diff options
author | luxagraf <sng@luxagraf.net> | 2019-11-05 11:24:59 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-11-05 11:24:59 -0500 |
commit | 3005097a5e8871a46e7e8f87dd2d4c9766686cdf (patch) | |
tree | 943a625623d04248905f74774f7bd1d8c4c19b20 /design/templates/comments/form.html | |
parent | b1057c9dc9ff6b6e1786d31e3401ad9571eb7f1d (diff) |
changed comment form border
Diffstat (limited to 'design/templates/comments/form.html')
-rw-r--r-- | design/templates/comments/form.html | 3 |
1 files changed, 1 insertions, 2 deletions
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 %} -<div class="comment--form--wrapper"> <div class="comment--form--header"> <p class="hed">Thoughts?</p> <p class="subhed">Please leave a reply:</p> @@ -23,4 +22,4 @@ </div> </form> <p style="font-size: 95%;"><strong>All comments are moderated</strong>, 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 <code><b>, <i>, <em>, <strong>, <a></code>. To create a new paragraph hit return twice. </p> -</div> + |