]> source.dussan.org Git - nextcloud-server.git/commitdiff
Restore the padding on the home icon 2088/head
authorJoas Schilling <coding@schilljs.com>
Fri, 11 Nov 2016 07:59:34 +0000 (08:59 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 11 Nov 2016 08:04:30 +0000 (09:04 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/css/styles.css

index 84d3229bda9f6ad2a3c3552c6a34ff055a125d1a..f0c4c4f33ff47bf7a6b03a7e64a128acfb812f2f 100644 (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;