lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.3.4 vs lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.4.0
- old
+ new
@@ -32,10 +32,12 @@
font-size: 95%;
}
.code {
font-size: 90%;
+ margin-top: 0.75em;
+ margin-bottom: 0.75em;
}
.aside {
width: auto;
}
@@ -53,10 +55,14 @@
p.noindent {
text-indent: 0;
}
+.inline_math {
+ text-indent: 0;
+}
+
/* Needed for properly formatted blockquotes in Kindle for iPad */
p.quote {
margin-left: 1em;
margin-right: 1em;
text-indent: 0;
@@ -70,6 +76,6 @@
margin-bottom: 0.5em;
}
.aside {
margin: 15px 0;
-}
\ No newline at end of file
+}