Paragraphs formatting improvements
authorRobert Błaut <robert@blaut.biz>
Wed, 15 Jan 2014 19:43:25 +0000 (20:43 +0100)
committerRobert Błaut <robert@blaut.biz>
Wed, 15 Jan 2014 19:43:25 +0000 (20:43 +0100)
No margins between .paragraph classes plus text indentation between two adjacent .paragraph classes.

librarian/epub/style.css

index a862dce..ab88bf8 100644 (file)
@@ -238,7 +238,12 @@ div.kwestia
 .paragraph
 {
        text-align: justify;
-       margin-top: 1.5em;
+       margin: 0
+}
+
+.paragraph + .paragraph
+{
+       text-indent: 1.5em;
 }
 
 .motto