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 {