You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
189 B

  1. .footer.segment {
  2. padding: 5em 0em;
  3. }
  4. .api-docs pre {
  5. padding: 8px 12px;
  6. border-radius: 4px;
  7. border: 1px #ddd solid;
  8. background-color: rgba(248,246,255,1);
  9. font-size: 0.9em;
  10. }