aboutsummaryrefslogtreecommitdiff
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* Add DocWarning to DocSimon Hengel2012-02-042-3/+7
| | | | | The Xhtml backend has special markup for that, Hoogle and LaTeX reuse what we have for DocEmphasis.
* Fix CSS issue with info table not being contained in module headerDavid Terei2011-10-121-0/+6
|
* Merge in darcs pach:David Waern2011-10-011-2/+35
| | | | | Mon Apr 11 18:09:54 JST 2011 Liyang HU <haddock@liyang.hu> * Remember collapsed sections in index.html / haddock-util.js
* move TOC and Info blocks down 0.5em to improve layout issue w/Test.hsMark Lentczner2010-08-291-4/+4
|
* make portability block be a table - solves layout issuesMark Lentczner2010-08-292-24/+11
|
* push footer to bottom of windowMark Lentczner2010-08-281-4/+10
|
* fix def listsMark Lentczner2010-08-281-3/+2
|
* fix table of contents CSSMark Lentczner2010-08-271-1/+1
|
* fix broken header link marginsMark Lentczner2010-08-271-1/+1
|
* fixed CSS for ordered lists and def lists in doc blocksMark Lentczner2010-08-261-5/+23
|
* fix occasional v.scroll bars on pre blocks (I think)Mark Lentczner2010-08-251-1/+1
|
* remove Snappy themeMark Lentczner2010-08-214-511/+0
|
* Make synopsis frame behave properly in Firefox.Thomas Schilling2010-08-041-1/+6
| | | | | | In Firefox, pressing the back button first reverted the synopsis frame, and only clicking the back button a second time would update the main frame.
* made style changing and cookies storage robustMark Lentczner2010-08-201-23/+33
|
* fix small layout issuesMark Lentczner2010-08-201-3/+4
| | | | | mini frames should have same size top heading give info block dts some padding so they don't collide in some browsers
* better synopsis handling logic - no flashingMark Lentczner2010-08-202-3/+10
|
* margin fiddlingMark Lentczner2010-08-181-11/+6
|
* layout tweeks - mini page font size, toc color, etc.Mark Lentczner2010-08-182-11/+10
|
* remove synopsis when in framesMark Lentczner2010-08-171-2/+8
|
* don't collapse entries in module list when clicking on linksMark Lentczner2010-08-171-4/+5
|
* clean up collapser logicsMark Lentczner2010-08-172-45/+65
| | | | | | | | javascript code for collapasble sections cleaned up rewrote class utilities in javascript to be more robust refactored utilities for generating collapsable sections made toc be same color as synopsis module list has needed clear attribute in CSS
* font size and margin tweaksMark Lentczner2010-08-161-11/+21
|
* build style menu in javascriptMark Lentczner2010-08-141-11/+42
| | | | | | | | 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
* move frames button to js Mark Lentczner2010-08-131-4/+13
|
* add Frames button and clean up frames.htmlMark Lentczner2010-08-132-36/+67
|
* adjusted font sizes of auxilary pages per new schemeMark Lentczner2010-08-131-9/+5
|
* more space between elementsMark Lentczner2010-08-131-1/+1
|
* removed underlining on hover for named anchorsMark Lentczner2010-08-131-3/+3
| | | | | headings in interface lost thier a element, no need, just put id on heading css for a elements now only applies to those with href attribute
* adjusted margin to 2em, 1 wasn't enoughMark Lentczner2010-08-131-2/+2
|
* implemented YUI's CSS font approachMark Lentczner2010-08-131-24/+52
|
* width and font changesMark Lentczner2010-08-121-14/+20
| | | | | | removed the max width restrictions on the page as a whole and the synopsis made the main font size smaller (nominally 14pt) and then tweaked most font sizes (relative) to be more consistent
* close arrows on expanded synopsis drawerMark Lentczner2010-08-112-2/+5
|
* put the synopsis back in the other themesMark Lentczner2010-07-302-0/+20
|
* improved synopsis drawer: on click, not hoverMark Lentczner2010-07-302-25/+23
|
* styling tweaksMark Lentczner2010-07-292-27/+46
| | | | | | | | 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
* styling source links on declarationsMark Lentczner2010-07-281-0/+9
|
* make info block and package bar links be floatable by placing them first in ↵Mark Lentczner2010-07-281-8/+8
| | | | the dom tree
* apply margin changes to pre and headings as per group decision, and small ↵Mark Lentczner2010-07-271-8/+5
| | | | cleanups
* give a class to empty dd elements so they can be hiddenMark Lentczner2010-07-271-0/+4
|
* move themes into html dir with .theme and .std-theme extensionsMark Lentczner2010-07-2712-0/+0
|
* remove Tibbe themeMark Lentczner2010-07-274-394/+0
|
* make module list use new collapsersMark Lentczner2010-07-263-7/+43
|
* reorganize files in the html lib data dirMark Lentczner2010-07-2618-470/+0
|
* change how collapsing sections are doneMark Lentczner2010-07-255-14/+66
| | | | | | make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags
* fields are def lists, tweak css for style menu, mini pages, argumentsMark Lentczner2010-07-241-14/+25
|
* extend package header and footer to edges of pageMark Lentczner2010-07-241-7/+14
|
* slide out Synopsis drawerMark Lentczner2010-07-241-1/+45
|
* tweak look of mini pages, keywords, and preblocksMark Lentczner2010-07-231-5/+21
|
* tweaks for dl layout, though still not usedMark Lentczner2010-07-231-1/+23
|
* tweaks to theme for info table, headings, and tablesMark Lentczner2010-07-231-7/+29
|