From 4cb9ed851dbe6899f5f9e0d751432871e97e558d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 3 May 2015 11:53:37 +0930 Subject: [PATCH] Slightly thicken the post highlight border again --- less/forum/discussion.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/forum/discussion.less b/less/forum/discussion.less index 9209751c3..63d0e535f 100644 --- a/less/forum/discussion.less +++ b/less/forum/discussion.less @@ -154,10 +154,10 @@ } } .item.highlight .post { - border: 6px solid fade(@fl-primary-color, 10%); - border-radius: 6px; + border: 8px solid fade(@fl-primary-color, 10%); + border-radius: 10px; padding: 15px; - margin: -21px; + margin: -23px; } .post-header { margin-bottom: 10px;