From e9c8751701e3f5e00f9ffe76b616966537c77b56 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 10 Feb 2014 11:02:06 +0100 Subject: [PATCH] Fixes #3246: Missing spacing in HTML. --- apps/wolnelektury_core/static/css/new.book.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/wolnelektury_core/static/css/new.book.css b/apps/wolnelektury_core/static/css/new.book.css index 15973eb15..45f8e5d21 100644 --- a/apps/wolnelektury_core/static/css/new.book.css +++ b/apps/wolnelektury_core/static/css/new.book.css @@ -182,7 +182,7 @@ div.kwestia { } div.stanza { - margin: 1.5em 0 0; + margin: 1.5em 0; } div.kwestia div.stanza { @@ -195,7 +195,7 @@ p.paragraph { text-indent: 1.5em; } -p.motto { +.motto { text-align: justify; font-style: italic; margin: 1.5em 0 0; @@ -204,6 +204,7 @@ p.motto { p.motto_podpis { font-size: 0.875em; text-align: right; + margin-bottom: 1.5em; } div.fragment { -- 2.20.1