reference.css 321 B

123456789101112131415161718192021
  1. section p {
  2. margin-bottom: 0;
  3. }
  4. section h5 {
  5. margin-top: 1rem;
  6. }
  7. section code {
  8. padding-left: 0;
  9. }
  10. .sourcecode {
  11. margin-bottom: 1.25rem;
  12. padding: 6px 10px;
  13. background-color: #f4f4f4;
  14. }
  15. .sourcecode pre {
  16. padding: 0;
  17. font-size: 1em;
  18. }
  19. .sourcecode pre code {
  20. background-color: #f4f4f4;
  21. }