From 4547aa44e38c6f2fab511eb78d9fbf28cace238c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 22 Nov 2018 15:45:46 +0100 Subject: [PATCH] remove breadcrumb display artefact on chromium --- gadjo/static/css/gadjo.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index ddb1c1b..ea3a36f 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -237,9 +237,9 @@ div#header h1 { position: absolute; top: 0px; right: -21px; - box-shadow: 1px -1px 0px 1px #bbb, 2px -2px 0px 2px white; z-index: 100; - border-width: 1px 1px 0 0; + border: 1px solid white; + border-width: 2px 2px 0 0; } } }