aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix issue with hyperlink highlight styling in Chrome browser.Łukasz Hanuszczak2015-06-302-44/+15
|
* Implement workaround for Chrome highlighting issues.Łukasz Hanuszczak2015-06-301-1/+11
|
* Add support for fancy highlighting upon hovering over identifier.Łukasz Hanuszczak2015-06-301-0/+46
|
* Add support for providing custom CSS files for hyperlinked source.Łukasz Hanuszczak2015-06-301-0/+55
|
* Fix alignment of Source links in instance table in FirefoxPhil Ruffwind2015-06-121-0/+13
| | | | | | | | | | | | | | | | | | | Due to a Firefox bug [1], a combination of 'whitespace: nowrap' on the parent element with 'float: right' on the inner element can cause the floated element to be displaced downwards for no apparent reason. To work around this, the left side is wrapped in its own <span> and set to 'float: left'. As a precautionary measure to prevent the parent element from collapsing entirely, we also add the classic "clearfix" hack. The latter is not strictly needed but it helps prevent bugs if the layout is altered again in the future. Fixes #384. Remark: line 159 of src/Haddock/Backends/Xhtml/Layout.hs was indented to prevent confusion over the operator precedence of (<+>) vs (<<). [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=488725
* Prevent Synopsis from using up too much horizontal spacePhil Ruffwind2015-03-161-0/+1
| | | | | | When long type signatures occur in the Synopsis, the element is stretched beyond the width of the window. Scrollbars don't appear, so it's impossible to read anything when this happens.
* Links to source location of class instance definitionsjpmoresmau2015-01-221-0/+9
|
* Move Haddock API to a separate packageSimon Hengel2014-08-2212-0/+1507