remove breadcrumb display artefact on chromium

This commit is contained in:
Frédéric Péters 2018-11-22 15:45:46 +01:00
parent d660b76935
commit 4547aa44e3
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}