Subversion Repositories wimsdev

Rev

Rev 13461 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read header.phtml
  2.  
  3. <style>
  4. ol.doc_toc>li{
  5.   margin-bottom:.6em;
  6. }
  7. .section_content{
  8.   margin-top:.6em;
  9. }
  10. .doc_toc h2{
  11.   font-size:1.2rem;
  12.   font-weight:normal;
  13.   display:inline;
  14. }
  15. </style>
  16.  
  17. !if $style=print
  18.   !changeto print.phtml
  19. !endif
  20.  
  21. !read chapter$chapter.phtml
  22. !if $chapter>0
  23.   !read sections.phtml
  24. !endif
  25. !tail
  26.