From 9e4694c764fb9d51f71e4010e9a6c286d46f496f Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 14 Jan 2014 12:28:21 +0100 Subject: [PATCH] fixes #3242: Indent paragraphs --- apps/wolnelektury_core/static/css/new.book.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wolnelektury_core/static/css/new.book.css b/apps/wolnelektury_core/static/css/new.book.css index bff58bc25..15973eb15 100644 --- a/apps/wolnelektury_core/static/css/new.book.css +++ b/apps/wolnelektury_core/static/css/new.book.css @@ -191,7 +191,8 @@ div.kwestia div.stanza { p.paragraph { text-align: justify; - margin: 1.5em 0 0; + margin: 0; + text-indent: 1.5em; } p.motto { -- 2.20.1