reorder CSS rules for ePUB because FBReader is weird
authorJan Szejko <janek37@gmail.com>
Mon, 12 Feb 2018 11:28:25 +0000 (12:28 +0100)
committerJan Szejko <janek37@gmail.com>
Mon, 12 Feb 2018 11:28:25 +0000 (12:28 +0100)
librarian/epub/style.css

index 903fa11..82ad4b9 100644 (file)
@@ -253,6 +253,12 @@ h2 + .paragraph:first-letter
     padding-bottom: 1.5em;
 }
 
     padding-bottom: 1.5em;
 }
 
+.dedication, .dedication .paragraph
+{
+    text-align: right;
+    font-style: italic;
+}
+
 .note
 {
     text-align: right;
 .note
 {
     text-align: right;
@@ -266,12 +272,6 @@ h2 + .paragraph:first-letter
     text-align: justify;
 }
 
     text-align: justify;
 }
 
-.dedication, .dedication .paragraph
-{
-    text-align: right;
-    font-style: italic;
-}
-
 .frame
 {
     border: 1px darkgray solid;
 .frame
 {
     border: 1px darkgray solid;