reduce padding by 1px after increasing image

This commit is contained in:
Jan-Christoph Borchardt 2014-06-06 15:58:30 +02:00
parent 85a002468d
commit 6f0f738f08

View 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;