_topic.scss 187 B

123456789
  1. /* Add space for top level topics */
  2. .nested0 {
  3. margin-top: 1em;
  4. }
  5. /* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
  6. .p {
  7. margin-top: 1em;
  8. }