lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.4.1 vs lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.4.2
- old
+ new
@@ -45,10 +45,11 @@
/* Needed to prevent red links in Kindle for iPad */
a span.undefined_ref {
color: #002f72;
}
+/* Hanging indentation */
p {
margin: 0;
padding: 0;
text-indent: 0.95em;
}
@@ -56,9 +57,12 @@
p.noindent {
text-indent: 0;
}
.inline_math {
+ text-indent: 0;
+}
+.center p {
text-indent: 0;
}
/* Needed for properly formatted blockquotes in Kindle for iPad */
p.quote {