From 2c7e261aaf8f5aee9b3e937616eb999af11fb32a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 24 Mar 2015 14:36:40 -0400 Subject: [PATCH] closes #4 --- less/categories.less | 4 ---- templates/partials/categories/lastpost.tpl | 5 ++++- templates/partials/category/subcategory.tpl | 5 ++++- templates/partials/topics_list.tpl | 6 +++--- 4 files changed, 11 insertions(+), 9 deletions(-) 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}