Show More
@@ -166,7 +166,6 b' blockquote {' | |||||
166 | float: left; |
|
166 | float: left; | |
167 | margin: 0 1ex .5ex 0; |
|
167 | margin: 0 1ex .5ex 0; | |
168 | min-width: 1px; |
|
168 | min-width: 1px; | |
169 | height: 150px; |
|
|||
170 | text-align: center; |
|
169 | text-align: center; | |
171 | display: table-row; |
|
170 | display: table-row; | |
172 | } |
|
171 | } |
@@ -41,8 +41,8 b'' | |||||
41 | <div class="message"> |
|
41 | <div class="message"> | |
42 | <div class="post-info"> |
|
42 | <div class="post-info"> | |
43 | <span class="title">{{ thread.title }}</span> |
|
43 | <span class="title">{{ thread.title }}</span> | |
44 |
|
|
44 | <a class="post_id" href="{% url 'thread' thread.id %}" | |
45 |
|
|
45 | >(#{{ thread.id }})</a> | |
46 | [{{ thread.pub_time }}] |
|
46 | [{{ thread.pub_time }}] | |
47 | [<a class="link" href="{% url 'thread' thread.id %}#form" |
|
47 | [<a class="link" href="{% url 'thread' thread.id %}#form" | |
48 | >{% trans "Reply" %}</a>] |
|
48 | >{% trans "Reply" %}</a>] |
General Comments 0
You need to be logged in to leave comments.
Login now