summaryrefslogtreecommitdiffstats
path: root/templates/question_edit_tips.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/question_edit_tips.html')
-rw-r--r--templates/question_edit_tips.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/question_edit_tips.html b/templates/question_edit_tips.html
index 85614595..4cabea79 100644
--- a/templates/question_edit_tips.html
+++ b/templates/question_edit_tips.html
@@ -13,8 +13,9 @@
{% trans "be clear and concise" %}
</li>
</ul>
- <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}" style="float:right;position:relative">{% trans "faq" %} »</a>
- <br>
+ <p class='info-box-follow-up-links'>
+ <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}">{% trans "faq" %} »</a>
+ </p>
</div>
</div>
@@ -45,6 +46,8 @@
{% trans "basic HTML tags are also supported" %}
</li>
</ul>
- <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank" style="float:right;position:relative">{% trans "learn more about Markdown" %} »</a>
+ <p class='info-box-follow-up-links'>
+ <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">{% trans "learn more about Markdown" %} »</a>
+ </p>
</div>
<!-- end question_edit_tips.html -->