diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-11 08:59:34 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-11 09:04:30 +0100 |
commit | 6c5e777bb9ed530dc49caedc6a88c5a915d03865 (patch) | |
tree | 325321c7a5dcd1d1fff34786f437774c8d1bef67 /core/css/styles.css | |
parent | d969fc4ac64ed81a064417bffd88eaadca47ad7f (diff) | |
download | nextcloud-server-6c5e777bb9ed530dc49caedc6a88c5a915d03865.tar.gz nextcloud-server-6c5e777bb9ed530dc49caedc6a88c5a915d03865.zip |
Restore the padding on the home icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/styles.css')
-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; |