You are here

toc.tree.css in TOC API 8

TOC tree styling

File

css/toc.tree.css
View source
  1. /**
  2. * @file
  3. * TOC tree styling
  4. */
  5. /**
  6. * Add border to tree when displayed within a node
  7. */
  8. .node .toc-tree {
  9. border: 1px solid #ccc;
  10. padding: 0 1em;
  11. margin: 1em 0;
  12. }