diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-11 18:55:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-11 18:55:48 +0100 |
commit | 9fff4b017d0ab6196f182ba2bb2c4fb00187a11b (patch) | |
tree | 8386a3158af3930bed20fd8b465e72e5a32a2d05 | |
parent | d61c8d74bbba9901c453a5f9be9a4ffa6cce4291 (diff) | |
parent | 6c5e777bb9ed530dc49caedc6a88c5a915d03865 (diff) | |
download | nextcloud-server-9fff4b017d0ab6196f182ba2bb2c4fb00187a11b.tar.gz nextcloud-server-9fff4b017d0ab6196f182ba2bb2c4fb00187a11b.zip |
Merge pull request #2088 from nextcloud/issue-2079-breadcrumb-padding
Restore the padding on the home icon
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 84d3229bda9..f0c4c4f33ff 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; |