diff --git a/less/topic.less b/less/topic.less index 07b7bb5..4741759 100644 --- a/less/topic.less +++ b/less/topic.less @@ -163,6 +163,15 @@ } } + .post-signature { + font-size: 12px; + border-top: 1px dashed #dedede; + padding: 1px; + padding-top: 5px; + display: inline-block; + font-style: italic; + } + @media (max-width: @screen-sm-max) { .content { margin-left: 0; diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 850f373..af08909 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -46,6 +46,9 @@
{posts.content} + +
{posts.user.signature}
+