summaryrefslogtreecommitdiff
path: root/design/templates/comments/form.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-12 10:39:24 -0600
committerluxagraf <sng@luxagraf.net>2019-03-12 10:39:24 -0600
commit693d25a4f30763ae8e8a3a8f5d297cc19daaf047 (patch)
treece2593cce8889b4f43cc56179338103403979f7e /design/templates/comments/form.html
parent5ad48cd70260b0980a3030a282304c523ade7ce4 (diff)
cleaned up comment styles with fancier fonts
Diffstat (limited to 'design/templates/comments/form.html')
-rw-r--r--design/templates/comments/form.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html
index 6bc0edf..d7e5ee3 100644
--- a/design/templates/comments/form.html
+++ b/design/templates/comments/form.html
@@ -1,6 +1,9 @@
{% load comments i18n %}
<div class="comment--form--wrapper">
-<p class="comment--form--header">Your thoughts? Please leave a reply:</p>
+<div class="comment--form--header">
+ <p class="hed">Thoughts?</p>
+ <p class="subhed">Please leave a reply:</p>
+</div>
<form action="{% comment_form_target %}" method="post" class="comment--form">
{% if next %}<div><input type="hidden" name="next" value="{{ next }}" /></div>{% endif %}
<input type="hidden" name="rder" value="{{ form.instance.content_object.get_absolute_url }}" />