summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-01-15 17:24:48 -0500
committerluxagraf <sng@luxagraf>2021-01-15 17:24:48 -0500
commit52baba0dbd18ab84ff2aef3f38dc4a7b4b0dae4a (patch)
treef943a9e73286f30e008740137421abcf42fe9335 /design/templates
parent776712e1288138f546d105ab621523a2c632638a (diff)
fixed a bug in comment form styles
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/comments/form.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html
index eaebada..be2c120 100644
--- a/design/templates/comments/form.html
+++ b/design/templates/comments/form.html
@@ -1,9 +1,9 @@
{% load comments i18n %}
-<div class="comment--form--header">
+<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">
+<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 }}" />
{% for field in form %}
@@ -17,9 +17,9 @@
{% endif %}
{% endfor %}
<div class="submit">
- <input type="submit" name="post" class="submit-post btn" value="{% trans "Post" %}" />
<input type="submit" name="preview" class="submit-preview btn" value="{% trans "Preview" %}" />
+ <input type="submit" name="post" class="submit-post btn" value="{% trans "Post" %}" />
</div>
</form>
-<p style="font-size: 95%;"><strong>All comments are moderated</strong>, so you won&#8217;t see it right away. And please remember Kurt Vonnegut's rule: &#8220;god damn it, you&#8217;ve got to be kind.&#8221; You can use Markdown or HTML to format your comments. The allowed tags are <code>&lt;b&gt;, &lt;i&gt;, &lt;em&gt;, &lt;strong&gt;, &lt;a&gt;</code>. To create a new paragraph hit return twice. </p>
+<p style="font-size: 75%;"><strong>All comments are moderated</strong>, so you won&#8217;t see it right away. And please remember Kurt Vonnegut's rule: &#8220;god damn it, you&#8217;ve got to be kind.&#8221; You can use Markdown or HTML to format your comments. The allowed tags are <code>&lt;b&gt;, &lt;i&gt;, &lt;em&gt;, &lt;strong&gt;, &lt;a&gt;</code>. To create a new paragraph hit return twice. </p>