##// END OF EJS Templates
Removed the image height hardcoded in the CSS. It is useless now because of...
neko259 -
r134:23ff671e default
parent child Browse files
Show More
@@ -166,7 +166,6 b' blockquote {'
166 166 float: left;
167 167 margin: 0 1ex .5ex 0;
168 168 min-width: 1px;
169 height: 150px;
170 169 text-align: center;
171 170 display: table-row;
172 171 }
@@ -41,8 +41,8 b''
41 41 <div class="message">
42 42 <div class="post-info">
43 43 <span class="title">{{ thread.title }}</span>
44 <a class="post_id" href="{% url 'thread' thread.id %}">
45 (#{{ thread.id }})</a>
44 <a class="post_id" href="{% url 'thread' thread.id %}"
45 >(#{{ thread.id }})</a>
46 46 [{{ thread.pub_time }}]
47 47 [<a class="link" href="{% url 'thread' thread.id %}#form"
48 48 >{% trans "Reply" %}</a>]
General Comments 0
You need to be logged in to leave comments. Login now