_topic.scss 344 B

123456789101112131415
  1. // This file is part of the DITA Open Toolkit project.
  2. //
  3. // Copyright 2005 IBM Corporation
  4. //
  5. // See the accompanying LICENSE file for applicable license.
  6. /* Add space for top level topics */
  7. .nested0 {
  8. margin-top: 1em;
  9. }
  10. /* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
  11. .p {
  12. margin-top: 1em;
  13. }