lib/softcover/article_template/epub/OEBPS/styles/epub.css in softcover-1.6.0 vs lib/softcover/article_template/epub/OEBPS/styles/epub.css in softcover-1.6.1

- old
+ new

@@ -55,9 +55,22 @@ p { margin: 0; padding: 0; text-indent: 0.95em; } +/* No indentation in first paragraph of chapters or sections */ +div.chapter > p:first-of-type { + text-indent: 0; +} +div.section > p:first-of-type { + text-indent: 0; +} +div.chapter-star > p:first-of-type { + text-indent: 0; +} +div.section-star > p:first-of-type { + text-indent: 0; +} p.noindent { text-indent: 0; }