aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Themes.hs
Commit message (Collapse)AuthorAgeFilesLines
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-209/+0
|
* hlint policeDavid Waern2010-11-161-4/+6
|
* build style menu in javascriptMark Lentczner2010-08-141-22/+1
| | | | | | | | moved to javascript, so as to not polute the content with the style menu removed menu building code in Themes.hs removed onclick in Utils.hs changed text of button in header from "Source code" to "Source" more consistent with links in rest of page
* styling tweaksMark Lentczner2010-07-291-4/+4
| | | | | | | | don't generate an empty li for absent style menu in links area update css for Classic and Snappy to handle: dl lists links in package header and in declarations floating of links and info block in package and module headers
* move themes into html dir with .theme and .std-theme extensionsMark Lentczner2010-07-271-8/+11
|
* cleaned up Themes.hsMark Lentczner2010-07-261-41/+51
|
* reorganize files in the html lib data dirMark Lentczner2010-07-261-43/+46
|
* rename --default-themes to --built-in-themesMark Lentczner2010-07-231-1/+1
|
* drop --themes support, add named theme supportMark Lentczner2010-07-231-26/+39
| | | | | | | | | | decided that --themes was silly - no one would do that, just use multiple --theme arguments made --theme a synonym for --css and -c made those arguments, if no file is found, look up the argument as the name of a built in theme all of this let's haddock be invoked with "--theme=classic" for example.
* command like processing for theme selectionMark Lentczner2010-07-231-24/+156
| | | | | | | The bulk of the change is threadnig the selected theme set through functions in Xhtml.hs so that the selected themes can be used when generating the page output. There isn't much going on in most of these changes, just passing it along. The real work is all done in Themes.hs.
* space between "Style" and the downward triangleMark Lentczner2010-07-211-1/+1
|
* correct icon used with Snappy themeMark Lentczner2010-07-211-1/+1
|
* add Thomas Schilling's themeMark Lentczner2010-07-201-1/+2
|
* move CSS Theme functions into Themes.hsMark Lentczner2010-07-201-0/+66