Browse Source

Fixed help style bottom margin.

pull/12/head
Simon Eisenmann 11 years ago committed by Simon Eisenmann
parent
commit
72aed04603
  1. 2
      src/styles/components/_usability.scss

2
src/styles/components/_usability.scss

@ -21,7 +21,7 @@
#help { #help {
position:absolute; position:absolute;
top:120px; top:120px;
bottom:120px; bottom:10px;
left:0px; left:0px;
right:0px; right:0px;
width:350px; width:350px;

Loading…
Cancel
Save