From 2e63bca7a7cbf71675a7139132b384ca29809c5b Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 24 Oct 2015 11:14:10 +0200 Subject: [PATCH] r20151024.1 Signed-off-by: Flashwave --- _sakura/templates/yuuno/forum/viewtopic.tpl | 2 +- public/content/data/yuuno/css/yuuno.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_sakura/templates/yuuno/forum/viewtopic.tpl b/_sakura/templates/yuuno/forum/viewtopic.tpl index c15d5a6..1fbfdd2 100755 --- a/_sakura/templates/yuuno/forum/viewtopic.tpl +++ b/_sakura/templates/yuuno/forum/viewtopic.tpl @@ -52,7 +52,7 @@ {% if post.user.signature and post.post_signature %}
- {{ post.user.signature|raw }} + {{ post.user.signature|raw|nl2br }}
{% endif %} diff --git a/public/content/data/yuuno/css/yuuno.css b/public/content/data/yuuno/css/yuuno.css index 52f2bc9..96bc010 100755 --- a/public/content/data/yuuno/css/yuuno.css +++ b/public/content/data/yuuno/css/yuuno.css @@ -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 {