Restore the padding on the home icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-11-11 08:59:34 +01:00
parent d969fc4ac6
commit 6c5e777bb9
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
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;