diff --git a/less/category.less b/less/category.less
index b1cd06b..a0260cb 100644
--- a/less/category.less
+++ b/less/category.less
@@ -130,13 +130,24 @@
color: @gray-light;
}
- h2.title .description {
- font-size: 65%;
+ .description {
+ font-size: 0.73125rem;
font-weight: normal;
line-height: 1;
color: @gray-light;
margin-top: 5px;
- display: block;
+ }
+
+ .description, .category-children {
+ margin-left: 62px;
+ }
+
+ .category-children {
+ font-size: 15px;
+
+ small {
+ color: #999999;
+ }
}
}
diff --git a/templates/partials/categories/item.tpl b/templates/partials/categories/item.tpl
index cf691c8..745560d 100644
--- a/templates/partials/categories/item.tpl
+++ b/templates/partials/categories/item.tpl
@@ -7,14 +7,18 @@
-
+
+
+
-
{../descriptionParsed}
+
+ {../descriptionParsed}
+
{function.generateChildrenCategories}
-
+
diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl
index ad45bb3..42b7757 100644
--- a/templates/partials/menu.tpl
+++ b/templates/partials/menu.tpl
@@ -6,12 +6,14 @@
+
+
- {title}
+ {config.siteTitle}
@@ -63,8 +65,11 @@
@@ -183,7 +188,7 @@
-
-
+
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index bae35c4..ede4514 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -22,7 +22,7 @@
[[user:banned]]
-
+
diff --git a/templates/topic.tpl b/templates/topic.tpl
index 72a3d00..2b3d07b 100644
--- a/templates/topic.tpl
+++ b/templates/topic.tpl
@@ -34,7 +34,7 @@