aboutsummaryrefslogtreecommitdiff
path: root/html/xhaddock.css
Commit message (Collapse)AuthorAgeFilesLines
* change how collapsing sections are doneMark Lentczner2010-07-251-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 classMark Lentczner2010-07-191-0/+4
|
* fixed alphabet on index page, and styling of it and packages in module listsMark Lentczner2010-07-181-3/+23
|
* classing styling of ancillary pagesMark Lentczner2010-07-171-25/+43
|
* fixed package catpion, added style menuMark Lentczner2010-07-161-13/+47
|
* clean up synopsis listsMark Lentczner2010-07-141-13/+9
|
* methods and associated types in new layout schemeMark Lentczner2010-07-141-0/+16
|
* convert instances to SubDeclMark Lentczner2010-07-141-19/+1
|
* convert args to SubDecl formatMark Lentczner2010-07-141-3/+24
|
* made subDecl tables looks just soMark Lentczner2010-07-141-3/+11
|
* constructors and args as dl lists, built in Layout.hsMark Lentczner2010-07-141-5/+38
|
* change to new page structureMark Lentczner2010-07-131-41/+56
|
* adjust synopsis and bottom bar spacingMark Lentczner2010-06-111-5/+10
|
* added assoicated types and methods back into class declsMark Lentczner2010-05-041-1/+1
|
* adjust css for current markupMark Lentczner2010-05-031-6/+42
|
* tweak list cssMark Lentczner2010-04-041-6/+4
|
* clean up Doc formatting codeMark Lentczner2010-04-031-0/+6
| | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
* First, experimental XHTML renderingMark Lentczner2010-03-201-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)