]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduce padding by 1px after increasing image
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 6 Jun 2014 13:58:30 +0000 (15:58 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 6 Jun 2014 13:58:30 +0000 (15:58 +0200)
core/css/header.css

index e9ca5352df992f56f5864e45bab72a43574a09b2..d2645c6a7d5ff26434d5722ea24bfe278b37fe43 100644 (file)
@@ -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;