lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.1.10 vs lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.1.11

- old
+ new

@@ -24,5 +24,10 @@ /* Needed to prevent red links in Kindle for iPad */ a span.undefined_ref { color: #002f72; } + +/* Needed for properly formatted blockquotes in Kindle for iPad */ +p.quote { + margin-left: 2em; +}