From cb1e34039beabf08884d969949bee97c42c966ef Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 13 Feb 2017 16:02:51 -0500 Subject: [PATCH] match post replies border size with blockquote --- less/topic.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index 6dcd7b2..36f39e4 100644 --- a/less/topic.less +++ b/less/topic.less @@ -194,7 +194,7 @@ [component="post/replies"] { margin-left: 61px; margin-top: 20px; - border-left: 4px solid #eee; + border-left: 5px solid #eee; padding-left: 20px; [component="post"]:last-child > hr {