fix size of breadcrumb separator

This commit is contained in:
Morris Jobke 2014-07-04 17:45:43 +02:00
parent a544bd3a0f
commit 88590d0805

View File

@ -812,6 +812,7 @@ div.crumb {
display: block;
background: url('../img/breadcrumb.svg') no-repeat right center;
height: 44px;
background-size: auto 24px;
}
div.crumb.hidden {
display: none;