Browse Source

Fixed padding to match changed base line height.

pull/39/head
Simon Eisenmann 11 years ago
parent
commit
5ddeaf99a0
  1. 4
      src/styles/components/_fileinfo.scss

4
src/styles/components/_fileinfo.scss

@ -71,10 +71,10 @@
display: block; display: block;
left: 0; left: 0;
margin: 0 auto; margin: 0 auto;
padding: 4px; padding: 3px;
position: absolute; position: absolute;
text-shadow: 1px 1px 1px white; text-shadow: 1px 1px 1px white;
top: 1px; top: 0px;
right: 0; right: 0;
z-index: 5; z-index: 5;
} }

Loading…
Cancel
Save