fix display of breadcrumb right side in chromium (#8391)

This commit is contained in:
Frédéric Péters 2015-09-27 19:59:57 +02:00
parent f5a133dc87
commit 53d0c5c3e2
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ span#breadcrumb a:after {
display: inline-block;
position: absolute;
top: 0px;
right: -11px;
box-shadow: 1px -1px 0px 1px #bbb, 2px -2px 0px 2px white;
z-index: 100;
border-width: 1px 1px 0 0;