From 1603c10ae909928f48c3d74dd7844689e76787ba Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 30 May 2015 14:58:47 +0930 Subject: [PATCH] Padding tweak --- less/forum/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forum/index.less b/less/forum/index.less index 2d2989221..207c29c6b 100644 --- a/less/forum/index.less +++ b/less/forum/index.less @@ -205,7 +205,7 @@ text-decoration: underline; } & .title { - margin: 0 0 7px; + margin: 0 0 6px; line-height: 1.3; color: @fl-secondary-color; }