Merge pull request #2088 from nextcloud/issue-2079-breadcrumb-padding

Restore the padding on the home icon
This commit is contained in:
Lukas Reschke 2016-11-11 18:55:48 +01:00 committed by GitHub
commit 9fff4b017d
1 changed files with 2 additions and 1 deletions

View File

@ -901,11 +901,12 @@ div.crumb > span {
color: #555;
}
div.crumb.last a {
padding-right: 0px;
padding-right: 0;
}
div.crumb:first-child a {
position: relative;
top: 13px;
padding-right: 14px;
}
div.crumb.last {
font-weight: 600;