From fd2295ebf5bc7897a3cd02c85088721267f7518a Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 8 Feb 2018 21:57:42 +0100 Subject: [PATCH] Add a top margin on the newstag The newstag label was sitting close on the textblock, add a bit of top-margin to create separation. Reviewed by: Magnus Hagander --- media/css/text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/media/css/text.css b/media/css/text.css index aeffac85..38ad0e63 100644 --- a/media/css/text.css +++ b/media/css/text.css @@ -191,6 +191,7 @@ span.newstag { border-radius: 6px; display: inline-block; margin-bottom: 8px; + margin-top: 8px; } span.newstag a { -- 2.39.5