summaryrefslogtreecommitdiff
path: root/test/writer.html4
Commit message (Collapse)AuthorAge
* HTML line block: Use class instead of style attribute.John MacFarlane2017-04-25
| | | | | | | | | We now issue `<div class="line-block">` and include a default definition for `line-block` in the default templates, instead of hard-coding a `style` on the div. Closes #1623.
* Add class to footnote back referencesTimm Albers2017-04-03
| | | | | The HTML writer now also adds the class footnoteBack to back references of footnotes. This allows for easier CSS styling.
* Regularized CSS in html/epub/html slide templates.John MacFarlane2017-03-04
| | | | | | | | | | All templates now include `code{white-space: pre-wrap}` and CSS for `q` if `--html-q-tags` is used. Previously some templates had `pre` and others `pre-wrap`; the `q` styles were only sometimes included. See #3485.
* templates: CSS for .smallcaps, closes #1592 (#3485)Mauro Bieg2017-03-04
|
* Moved tests/ -> test/.John MacFarlane2017-02-04