From 30b081cb869de88f8bbec80d2d2480e59df7e69d Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 2 Dec 2014 23:47:44 +0000 Subject: [PATCH] Styling fixes --- rophako/modules/blog/templates/blog/entry.inc.html | 3 +-- .../modules/comment/templates/comment/form.inc.html | 12 +++++++----- .../modules/comment/templates/comment/index.inc.html | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/rophako/modules/blog/templates/blog/entry.inc.html b/rophako/modules/blog/templates/blog/entry.inc.html index 2c93003..0afda7d 100644 --- a/rophako/modules/blog/templates/blog/entry.inc.html +++ b/rophako/modules/blog/templates/blog/entry.inc.html @@ -20,9 +20,8 @@ {% else %} {{ post['profile']['name'] }} {% endif %} -
- {{ post["profile"]["username"] }} +
{{ post["profile"]["username"] }}
diff --git a/rophako/modules/comment/templates/comment/form.inc.html b/rophako/modules/comment/templates/comment/form.inc.html index 140d288..d6c97f8 100644 --- a/rophako/modules/comment/templates/comment/form.inc.html +++ b/rophako/modules/comment/templates/comment/form.inc.html @@ -23,7 +23,7 @@ Your Email: - + @@ -31,10 +31,12 @@ Message: -
- Comments can be formatted with Markdown, - and you can use
emoticons - in your comment.
+ +
+ Comments can be formatted with Markdown, + and you can use
emoticons + in your comment.
+
diff --git a/rophako/modules/comment/templates/comment/index.inc.html b/rophako/modules/comment/templates/comment/index.inc.html index ec06d45..87c560b 100644 --- a/rophako/modules/comment/templates/comment/index.inc.html +++ b/rophako/modules/comment/templates/comment/index.inc.html @@ -16,8 +16,8 @@ There {% if comments|length == 1 %}is{% else %}are{% endif %} Avatar {% else %} guest - {% endif %}
- {% if comment['username'] %}{{ comment['username'] }}{% else %}guest{% endif %} + {% endif %} +
{% if comment['username'] %}{{ comment['username'] }}{% else %}guest{% endif %}
Posted on {{ comment["pretty_time"] }} by {{ comment["name"] }}.

@@ -38,4 +38,4 @@ There {% if comments|length == 1 %}is{% else %}are{% endif %}

Add a Comment

-{% include "comment/form.inc.html" %} \ No newline at end of file +{% include "comment/form.inc.html" %}