summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5ead3c0..14d48d9 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -146,11 +146,12 @@
</p>
<TMPL_IF COMMENTS>
- <div id="comments">
+ <h2>Comments</h2>
+ <div id="comments" style="margin-bottom:2em;">
<TMPL_VAR COMMENTS>
<TMPL_IF ADDCOMMENTURL>
- <div class="addcomment">
- <a href="<TMPL_VAR ADDCOMMENTURL>">Add a comment</a>
+ <div class="addcomment text-right">
+ <a class="btn btn-primary" href="<TMPL_VAR ADDCOMMENTURL>">Add a comment</a>
</div>
<TMPL_ELSE>
<div class="addcomment">Comments on this page are closed.</div>