summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 01:44:04 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 01:44:04 -0400
commita19867180c1bf221f8a5d1d1115c9a0ba95d1b63 (patch)
tree54b2c6f7bd7971ebb3782e25be5ca2a08fbdc5bd /views
parent2bb87671b1c5b59d6c770627b99a17a784f81e1d (diff)
comments styling
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>