aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Layout.hs
Commit message (Expand)AuthorAgeFilesLines
* give a class to empty dd elements so they can be hiddenMark Lentczner2010-07-271-6/+2
* make module list use new collapsersMark Lentczner2010-07-261-3/+1
* change how collapsing sections are doneMark Lentczner2010-07-251-3/+7
* fields are def lists, tweak css for style menu, mini pages, argumentsMark Lentczner2010-07-241-4/+1
* tweaks for dl layout, though still not usedMark Lentczner2010-07-231-1/+3
* Style policeDavid Waern2010-07-211-2/+20
* Remove more trailing whitespaceDavid Waern2010-07-211-10/+10
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-191-1/+1
* add .doc class to documentation blocksMark Lentczner2010-07-181-2/+2
* added content div to main pagesMark Lentczner2010-07-181-2/+3
* cleaned up div functions in Layout.hsMark Lentczner2010-07-181-17/+22
* fixed alphabet on index page, and styling of it and packages in module listsMark Lentczner2010-07-181-2/+3
* clean up Layout.hs: no more vanillaTableMark Lentczner2010-07-171-8/+4
* convert index.html to new markup, adjust module markupMark Lentczner2010-07-171-3/+5
* convert index to new markupMark Lentczner2010-07-161-1/+1
* reformat index-framesMark Lentczner2010-07-161-3/+6
* new output for mini_ pagesMark Lentczner2010-07-161-0/+5
* clean up synopsis listsMark Lentczner2010-07-141-8/+7
* methods and associated types in new layout schemeMark Lentczner2010-07-141-11/+18
* removing old table cruft from Layout.hsMark Lentczner2010-07-141-19/+1
* convert instances to SubDeclMark Lentczner2010-07-141-7/+10
* convert args to SubDecl formatMark Lentczner2010-07-141-0/+5
* made subDecl tables looks just soMark Lentczner2010-07-141-4/+16
* better interface to subDeclsMark Lentczner2010-07-141-10/+28
* constructors and args as dl lists, built in Layout.hsMark Lentczner2010-07-141-4/+14
* change to new page structureMark Lentczner2010-07-131-1/+35
* merge in changes from the big-whitespace cleanupMark Lentczner2010-05-241-2/+8
* remove unused bodyBoxMark Lentczner2010-04-251-3/+0
* fixed surround of instance and constructor tablesMark Lentczner2010-04-251-6/+6
* removed declWithDoc and cleaned up data decls in summaryMark Lentczner2010-04-121-11/+0
* all decls now generate Html not HtmlTableMark Lentczner2010-04-041-30/+16
* add exports to Xhtml modulesMark Lentczner2010-03-211-0/+1
* Position of module header, this time in the HTML backendsDavid Waern2010-05-131-1/+0
* First, experimental XHTML renderingMark Lentczner2010-03-201-0/+127