r20151024.1

Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
flash 2015-10-24 11:14:10 +02:00
parent e3b7b8cc87
commit 2e63bca7a7
2 changed files with 6 additions and 1 deletions

View file

@ -52,7 +52,7 @@
{% if post.user.signature and post.post_signature %}
<div class="clear"></div>
<div class="signature">
{{ post.user.signature|raw }}
{{ post.user.signature|raw|nl2br }}
</div>
{% endif %}
</td>

View file

@ -1979,6 +1979,11 @@ textarea.inputStyling {
width: 100%;
max-height: 200px;
overflow: auto;
line-height: 1em;
}
.forum.viewtopic .posts .post-content .signature img {
vertical-align: middle;
}
.forum.posting .posting-subject {