summaryrefslogtreecommitdiff
path: root/data/epub.css
Commit message (Collapse)AuthorAge
* Simplified margin fields in default epub CSS file.John MacFarlane2013-07-13
|
* Default epub CSS: Removed highlighting styles.John MacFarlane2013-07-13
| | | | | These are added automatically to individual chapter files, depending on the highlighting style selected on the command line.
* EPUB writer: Include html TOC even in epub2.John MacFarlane2013-03-03
| | | | | | | | | | | * The TOC is included in `<spine>`, but `linear` is set to `no` unless the `--toc` option is specified. * Include `<guide>` element in OPF. * This should allow the TOC to be useable in Kindles when converted with kindlegen. * Results validate with epubcheck 3.0 for both epub and epub3 output. * Closes #773.
* Epub CSS: left-align headers by default.John MacFarlane2013-01-05
| | | | This is more consistent with the rest of the writers.
* Moved all data files and templates to data/.John MacFarlane2012-12-29