From 660b341720c5844ad3fe5fd1f4734af67eb34d76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20B=C5=82aut?= Date: Wed, 15 Jan 2014 20:43:25 +0100 Subject: [PATCH 1/1] Paragraphs formatting improvements No margins between .paragraph classes plus text indentation between two adjacent .paragraph classes. --- librarian/epub/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/librarian/epub/style.css b/librarian/epub/style.css index a862dce..ab88bf8 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -238,7 +238,12 @@ div.kwestia .paragraph { text-align: justify; - margin-top: 1.5em; + margin: 0 +} + +.paragraph + .paragraph +{ + text-indent: 1.5em; } .motto -- 2.20.1