From 131aff184085adea79e4597cb917d7ecc39b1f9d Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Sat, 20 Jun 2009 07:40:36 +0000 Subject: [PATCH] #371649 by jpoesen: Fix CSS preventing 'Add new commment' link from displaying in Garland. --- themes/garland/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/garland/style.css b/themes/garland/style.css index 9169199bc058..e925f6f64576 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -708,7 +708,7 @@ ul.links li, ul.inline li { position: relative; top: -1px; border-bottom: 1px solid #e9eff3; - margin: -1.5em -25px 0; + margin: 1.5em -25px 0; padding: 0 25px; } -- GitLab