Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 17:58:30 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 17:58:30 +0400
commit6f0f738f088a4da04f4dc251fcafff64ec04d996 (patch)
treeac9ab904dd684362760385f80d8ef6bc30726788 /core/css/header.css
parent85a002468dee143275a359e743a1d31687ef24f0 (diff)
reduce padding by 1px after increasing image
Diffstat (limited to 'core/css/header.css')
-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;