From 68b04b42f8db40ccfbe4b4e53cd0e2f495184925 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 14:36:13 -0400 Subject: [PATCH] toPid change --- less/topic.less | 5 +++-- templates/partials/topic/post.tpl | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) 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 @@
+
+ + + {posts.content}