From e6b4a7031386b8832ee5056d29f8d4ed7c771934 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 10 Feb 2014 15:30:44 +0100 Subject: [PATCH] Fixes #2035: Minor cite formatting issues. --- apps/wolnelektury_core/static/scss/main/cite.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/wolnelektury_core/static/scss/main/cite.scss b/apps/wolnelektury_core/static/scss/main/cite.scss index cd11ec112..eb3a51139 100755 --- a/apps/wolnelektury_core/static/scss/main/cite.scss +++ b/apps/wolnelektury_core/static/scss/main/cite.scss @@ -13,6 +13,20 @@ .cite-body { @include size(font-size, 18px); line-height: 1.3em; + + h4 { + margin: 0; + } + .didaskalia { + font-style: italic; + } + .verse { + // Cancel any indentation. + padding-left: 0 !important; + } + .person { + font-style: inherit; + } } blockquote { -- 2.20.1