diff --git a/less/categories.less b/less/categories.less index 985cdad..566f586 100644 --- a/less/categories.less +++ b/less/categories.less @@ -13,7 +13,6 @@ margin-right: 15px; min-width: 46px; min-height: 46px; - text-align: center; margin-top: 2px; } @@ -23,18 +22,14 @@ } .stats { - list-style-type: none; - - li { - font-size: 20px; - text-align: center; + font-size: 20px; + text-align: center; - small { - text-transform: uppercase; - color: @gray-light; - font-weight: 300; - font-size: 12px; - } + small { + text-transform: uppercase; + color: @gray-light; + font-weight: 300; + font-size: 12px; } } diff --git a/templates/categories.tpl b/templates/categories.tpl index 35647bd..e2b99b1 100644 --- a/templates/categories.tpl +++ b/templates/categories.tpl @@ -15,21 +15,19 @@ - - +
+ {categories.topic_count}
+ Topics +
+
+ {categories.post_count}
+ Posts +
+ +
+ +
diff --git a/templates/partials/categories/lastpost.tpl b/templates/partials/categories/lastpost.tpl index 4caddd6..9d872ec 100644 --- a/templates/partials/categories/lastpost.tpl +++ b/templates/partials/categories/lastpost.tpl @@ -1,7 +1,10 @@
-

{categories.posts.user.username}: {categories.posts.content}

+

+ {categories.posts.user.username} +

+ {categories.posts.content}
\ No newline at end of file