diff --git a/less/topic.less b/less/topic.less
index 96e135c..206d2fc 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -2,7 +2,7 @@
h1 {
line-height: 40px;
margin-bottom: 30px;
-
+
.topic-title {
font-size: 28px;
color:inherit;
@@ -121,9 +121,10 @@
.post-tools {
text-transform: lowercase;
- >:before {
+ a::before {
content: "\2022\0020";
}
+
a {
.pointer;
}
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index a50e804..b8486ef 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -23,7 +23,9 @@
[[topic:reply]]
[[topic:quote]]
- @{posts.parent.username}
+
+
+
@@ -54,7 +56,11 @@
+