Skip to content
Snippets Groups Projects
  1. Sep 09, 2012
  2. Jul 28, 2012
  3. Jul 05, 2012
  4. Jul 01, 2012
  5. Jun 30, 2012
  6. Apr 22, 2012
  7. 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
  8. 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
  9. Nov 28, 2011
  10. Nov 23, 2011
  11. Aug 22, 2011
  12. Aug 21, 2011
  13. Aug 19, 2011
Loading