[epub, mob] Paragraphs inside note should be justified
[librarian.git] / librarian / epub / style.css
index f1d0a1b..2f69362 100644 (file)
@@ -126,7 +126,7 @@ p
 
 .anchor sup
 {
-       vertical-align: text-top;
+       line-height: 0;
        font-size: 0.7em;
 }      
 
@@ -244,10 +244,16 @@ div.didaskalia
        padding-bottom: 1.5em;
 }
 
-.note, .note .paragraph
+.note
 {
        text-align: right;
        font-style: italic;
+       margin-bottom: 1.5em;
+}
+
+.note .paragraph
+{
+    text-align: justify;
 }
 
 .dedication, .dedication .paragraph