Skip to content
Snippets Groups Projects
  1. Jan 07, 2019
  2. Apr 20, 2016
  3. Jul 15, 2015
  4. Aug 01, 2013
  5. Oct 11, 2012
  6. Sep 09, 2012
  7. Jul 28, 2012
  8. Jul 05, 2012
  9. Jul 01, 2012
  10. Jun 30, 2012
  11. Apr 22, 2012
  12. Apr 20, 2012
    • Andreas Gohr's avatar
      made TOC togling script more generic · c8388e44
      Andreas Gohr authored
      Instead of a dedicated function to toggle the TOC we now have a function
      that allows to use this functionality everywhere. This will be used to
      toggle the sidebar in the mobile view (in an upcoming patch).
      
      Note, this required some changes to the CSS (to make it more generic).
      The CSS is still located in the TOC sections but should probably be
      moved into its own section instead.
      c8388e44
  13. Apr 09, 2012
    • Anika Henke's avatar
      rewrote and improved HTML for TOC · d5acc30d
      Anika Henke authored
      Attention: Template authors need to adjust their CSS!
      
      Original structure:
      div.toc >
        div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span
        div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc
      
      New structure:
      div#dw__toc.open|close >
        h3 > strong > span
        ul.toc > li.toc > div.li > a
      d5acc30d
  14. Nov 28, 2011
  15. Nov 23, 2011
  16. Aug 22, 2011
  17. Aug 21, 2011
  18. Aug 19, 2011
Loading