lib/softcover/book_template/epub/OEBPS/styles/custom_epub.css in softcover-1.3.3 vs lib/softcover/book_template/epub/OEBPS/styles/custom_epub.css in softcover-1.3.4
- old
+ new
@@ -16,7 +16,23 @@
padding-left: 2em;
}
body {
font-size: 80%;
- line-height: 1.4;
+ line-height: 1.2;
+}
+
+p {
+ margin: 0;
+ padding: 0;
+ text-indent: 0.95em;
+}
+
+p.noindent {
+ text-indent: 0;
+}
+
+blockquote p {
+ text-indent: 0;
+ margin-top: 0em;
+ margin-bottom: 0.5em;
}