diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 00:35:47 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 00:43:11 +0100 |
commit | dd7eb4c7c30e5f3bea1eae9506f414d59f6d5fc6 (patch) | |
tree | 2f8743cdcfc16fccaa46963f4bc9787d53d5744a /core/css/header.css | |
parent | 4546a33d58fe2d785083147ce80f497dcb983187 (diff) | |
download | nextcloud-server-dd7eb4c7c30e5f3bea1eae9506f414d59f6d5fc6.tar.gz nextcloud-server-dd7eb4c7c30e5f3bea1eae9506f414d59f6d5fc6.zip |
reduce logo size a bit for a better look
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 08a1f30c8d4..5a8d0920438 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -272,7 +272,7 @@ #header .avatardiv { float: left; display: inline-block; - margin-right: 5px; + margin-right: 8px; cursor: pointer; height: 32px; width: 32px; |