From: Robert BÅ‚aut Date: Thu, 30 Jan 2014 07:02:37 +0000 (+0100) Subject: [epub, mob] Paragraphs inside note should be justified X-Git-Tag: 1.7~104^2~7 X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/0fc9ccbbbdb5b9e714a1598ea3f201c8f6fb0a3a [epub, mob] Paragraphs inside note should be justified --- diff --git a/librarian/epub/style.css b/librarian/epub/style.css index e90ce4a..2f69362 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -244,15 +244,16 @@ div.didaskalia padding-bottom: 1.5em; } -.note, .note .paragraph +.note { text-align: right; font-style: italic; + margin-bottom: 1.5em; } -.note +.note .paragraph { - margin-bottom: 1.5em; + text-align: justify; } .dedication, .dedication .paragraph