summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 15:58:30 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 15:58:30 +0200
commit6f0f738f088a4da04f4dc251fcafff64ec04d996 (patch)
treeac9ab904dd684362760385f80d8ef6bc30726788 /core
parent85a002468dee143275a359e743a1d31687ef24f0 (diff)
downloadnextcloud-server-6f0f738f088a4da04f4dc251fcafff64ec04d996.tar.gz
nextcloud-server-6f0f738f088a4da04f4dc251fcafff64ec04d996.zip
reduce padding by 1px after increasing image
Diffstat (limited to 'core')
-rw-r--r--core/css/header.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css
index e9ca5352df9..d2645c6a7d5 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -34,7 +34,7 @@
position: absolute;
top: 0;
left: 0;
- padding: 6px;
+ padding: 5px;
padding-bottom: 0;
height: 45px; /* header height */
-moz-box-sizing: border-box;