r20151024.1
Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
parent
e3b7b8cc87
commit
2e63bca7a7
2 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
{% if post.user.signature and post.post_signature %}
|
{% if post.user.signature and post.post_signature %}
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<div class="signature">
|
<div class="signature">
|
||||||
{{ post.user.signature|raw }}
|
{{ post.user.signature|raw|nl2br }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -1979,6 +1979,11 @@ textarea.inputStyling {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forum.viewtopic .posts .post-content .signature img {
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forum.posting .posting-subject {
|
.forum.posting .posting-subject {
|
||||||
|
|
Reference in a new issue