Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 1 | -488/+0 |
| | |||||
* | change how collapsing sections are done | Mark Lentczner | 2010-07-25 | 1 | -0/+10 |
| | | | | | | make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags | ||||
* | remove an explicit bold tag - replace with .def class | Mark Lentczner | 2010-07-19 | 1 | -0/+4 |
| | |||||
* | fixed alphabet on index page, and styling of it and packages in module lists | Mark Lentczner | 2010-07-18 | 1 | -3/+23 |
| | |||||
* | classing styling of ancillary pages | Mark Lentczner | 2010-07-17 | 1 | -25/+43 |
| | |||||
* | fixed package catpion, added style menu | Mark Lentczner | 2010-07-16 | 1 | -13/+47 |
| | |||||
* | clean up synopsis lists | Mark Lentczner | 2010-07-14 | 1 | -13/+9 |
| | |||||
* | methods and associated types in new layout scheme | Mark Lentczner | 2010-07-14 | 1 | -0/+16 |
| | |||||
* | convert instances to SubDecl | Mark Lentczner | 2010-07-14 | 1 | -19/+1 |
| | |||||
* | convert args to SubDecl format | Mark Lentczner | 2010-07-14 | 1 | -3/+24 |
| | |||||
* | made subDecl tables looks just so | Mark Lentczner | 2010-07-14 | 1 | -3/+11 |
| | |||||
* | constructors and args as dl lists, built in Layout.hs | Mark Lentczner | 2010-07-14 | 1 | -5/+38 |
| | |||||
* | change to new page structure | Mark Lentczner | 2010-07-13 | 1 | -41/+56 |
| | |||||
* | adjust synopsis and bottom bar spacing | Mark Lentczner | 2010-06-11 | 1 | -5/+10 |
| | |||||
* | added assoicated types and methods back into class decls | Mark Lentczner | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | adjust css for current markup | Mark Lentczner | 2010-05-03 | 1 | -6/+42 |
| | |||||
* | tweak list css | Mark Lentczner | 2010-04-04 | 1 | -6/+4 |
| | |||||
* | clean up Doc formatting code | Mark Lentczner | 2010-04-03 | 1 | -0/+6 |
| | | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections | ||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -0/+286 |
switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString) |