summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/pages/details.ejs12
1 files changed, 7 insertions, 5 deletions
diff --git a/views/pages/details.ejs b/views/pages/details.ejs
index ea3333c..1f36ab4 100644
--- a/views/pages/details.ejs
+++ b/views/pages/details.ejs
@@ -6,12 +6,14 @@
<table id="comments">
<script class="template" type="text/html">
<tr>
- <td>
- <a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/am.{{username}}.jpg"></a>
+ <td class="user">
+ <a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/al.{{username}}.jpg"></a>
<a href="/profile/{{username}}">{{username}}</a>
- <td colspan="2">
- {{comment}}
- <br><br>
+ </td>
+ <td colspan="2" class="comment">
+ <div>
+ {{comment}}
+ </div>
<span class="date">
{{date}} {{time}}
</span>