[epub, mob] Paragraphs inside note should be justified
authorRobert Błaut <listy@blaut.biz>
Thu, 30 Jan 2014 07:02:37 +0000 (08:02 +0100)
committerRobert Błaut <listy@blaut.biz>
Thu, 30 Jan 2014 07:02:37 +0000 (08:02 +0100)
librarian/epub/style.css

index e90ce4a..2f69362 100644 (file)
@@ -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