diff --git a/less/categories.less b/less/categories.less index 46c5173..9c8ff7f 100644 --- a/less/categories.less +++ b/less/categories.less @@ -80,10 +80,6 @@ } } - small { - color: @gray-light; - } - .post-content { blockquote { display: none; diff --git a/templates/partials/categories/lastpost.tpl b/templates/partials/categories/lastpost.tpl index f56f503..eedf3cd 100644 --- a/templates/partials/categories/lastpost.tpl +++ b/templates/partials/categories/lastpost.tpl @@ -2,7 +2,10 @@

- {categories.posts.user.username} + {categories.posts.user.username} + + +

{categories.posts.content} diff --git a/templates/partials/category/subcategory.tpl b/templates/partials/category/subcategory.tpl index 25e026a..5da419d 100644 --- a/templates/partials/category/subcategory.tpl +++ b/templates/partials/category/subcategory.tpl @@ -37,7 +37,10 @@

- {children.posts.user.username} + {children.posts.user.username} + + +

{children.posts.content} diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 329723c..f8bd394 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -47,10 +47,10 @@

{topics.teaser.content}