help.css 136 B

12345678910
  1. /**
  2. * @file
  3. * Styles for the help block.
  4. */
  5. .block-help {
  6. border: 1px solid #d3d7d9;
  7. padding: 0 1.5em;
  8. margin-bottom: 30px;
  9. }