Merge pull request #9455 from owncloud/breadcrumbs-backgroundsize

fix size of breadcrumb separator
This commit is contained in:
Jan-Christoph Borchardt 2014-07-04 18:12:04 +02:00
commit c7e08745a7
1 changed files with 1 additions and 0 deletions

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;