From 6c5e777bb9ed530dc49caedc6a88c5a915d03865 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 11 Nov 2016 08:59:34 +0100 Subject: [PATCH] Restore the padding on the home icon Signed-off-by: Joas Schilling --- core/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 84d3229bda..f0c4c4f33f 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -901,11 +901,12 @@ div.crumb > span { color: #555; } div.crumb.last a { - padding-right: 0px; + padding-right: 0; } div.crumb:first-child a { position: relative; top: 13px; + padding-right: 14px; } div.crumb.last { font-weight: 600;