aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/Classic.theme
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect the style-switcherAlec Theriault2018-10-241-0/+1
| | | | | | | | | | This fixes #810. Looks like things were broken during the quickjump refactor of the JS. For the (git) record: I do not think the style switcher is a good idea. I'm fixing it for the same reason @mzero added it; as an answer to "rumblings from some that they didn't want their pixels changed on bit"
* Grid Tables (#718)Oleg Grenrus2018-02-011-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add table examples * Add table types and adopt simple parser Simple parser is done by Giovanni Cappellotto (@potomak) in https://github.com/haskell/haddock/pull/577 It seems to support single fine full tables, so far from full RST-grid tables, but it's good start. Table type support row- and colspans, but obviously parser is lacking. Still TODO: - Latex backend. Should we use multirow package https://ctan.org/pkg/multirow?lang=en? - Hoogle backend: ? * Implement grid-tables * Refactor table parser * Add two ill-examples * Update CHANGES.md * Basic documentation for tables * Fix documentation example
* Fix #249 (#655)Bryn Edwards2017-07-171-0/+1
|
* Fix #303. Hide footer when printingSebastian Meric de Bellefon2016-05-141-0/+4
| | | | | The "Produced by Haddock" footer was overlapping the page's body when printing. This patch hides the footer with a css media rule.
* Move Haddock API to a separate packageSimon Hengel2014-08-224-0/+499