[ePub] Fix for inconsistent styles between on-line reader and ePub.
authorRobert Błaut <listy@blaut.biz>
Thu, 16 Jan 2014 13:46:02 +0000 (14:46 +0100)
committerRobert Błaut <listy@blaut.biz>
Thu, 16 Jan 2014 13:46:02 +0000 (14:46 +0100)
librarian/epub/style.css

index 0f5aaeb..81ce12b 100644 (file)
@@ -225,7 +225,7 @@ div.didaskalia
        margin-left: 1.5em;
 }
 
-div.kwestia
+.kwestia
 {
        margin-top: 0.5em;
 }
@@ -248,40 +248,30 @@ div.kwestia
        margin-top: 1.5em;
 }
 
-.motto_podpis
+.motto_podpis, .motto_podpis .paragraph
 {
        font-size: 0.875em;
        text-align: right;
 }
 
-div.fragment
+.fragment
 {
        border-bottom: 0.1em solid #999;
        padding-bottom: 1.5em;
 }
 
-div.note
+.note, .note .paragraph
 {
        text-align: right;
        font-style: italic;
 }
-div.note div.paragraph
-{
-    text-align: right;
-    font-style: italic;
-}
-div.dedication
-{
-    text-align: right;
-    font-style: italic;
-}
-div.dedication div.paragaph
+
+.dedication, .dedication .paragraph
 {
     text-align: right;
     font-style: italic;
 }
 
-
 hr.spacer
 {
        height: 3em;