correctly position ... overflow in breadcrumbs, fix #5158

This commit is contained in:
Jan-Christoph Borchardt 2013-10-17 21:22:55 +03:00
parent 76be7cd1ac
commit 07b885e291

View file

@ -798,7 +798,8 @@ div.crumb {
background: url('../img/breadcrumb.svg') no-repeat right center;
height: 44px;
}
div.crumb a {
div.crumb a,
div.crumb span {
position: relative;
top: 12px;
padding: 14px 24px 14px 17px;