diff --git a/less/topic.less b/less/topic.less index cc40f68..50e5770 100644 --- a/less/topic.less +++ b/less/topic.less @@ -601,7 +601,7 @@ } [component="post"] { - &.topic-owner-post .post-header .avatar { + &.topic-owner-post>.post-header .avatar { -webkit-box-shadow: 0px 0px 4px 3px @brand-primary; -moz-box-shadow: 0px 0px 4px 3px @brand-primary; box-shadow: 0px 0px 4px 3px @brand-primary; diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 4b429fc..2d744ff 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -53,13 +53,14 @@ {posts.content} -
- +
+ {{{ if posts.user.signature }}}
{posts.user.signature}
- + {{{ end }}} + +
\ No newline at end of file