Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-25 | HTML line block: Use class instead of style attribute. | John MacFarlane | 1 | -0/+1 | |
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. | |||||
2017-03-04 | Regularized CSS in html/epub/html slide templates. | John MacFarlane | 1 | -1/+4 | |
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. | |||||
2017-03-04 | templates: CSS for .smallcaps, closes #1592 (#3485) | Mauro Bieg | 1 | -1/+1 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+56 | |