Browse Source

reduce padding by 1px after increasing image

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent
commit
6f0f738f08
  1. 2
      core/css/header.css

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

Loading…
Cancel
Save