From a0cda34edd8910a3461faf070f65de4f77903fc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Sun, 31 Aug 2008 14:49:55 +0200 Subject: [PATCH] Enlarged collection part of book title. Added margin top to stanzas. --- bin/master.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/master.css b/bin/master.css index dca4909ba..dc124833a 100644 --- a/bin/master.css +++ b/bin/master.css @@ -86,17 +86,17 @@ p { /* = Custom elements = */ /* =================== */ span.author { - font-size: 0.8em; + font-size: 0.75em; display: block; line-height: 1.5em; margin-bottom: 0.25em; } span.collection { - font-size: 0.5em; + font-size: 0.75em; display: block; line-height: 1.5em; - margin-bottom: -0.5em; + margin-bottom: -0.25em; } div.didaskalia { @@ -108,6 +108,10 @@ div.kwestia { margin: 0.5em 0 0; } +div.stanza { + margin: 1.5em 0 0; +} + p.paragraph { text-align: justify; margin: 1.5em 0 0; -- 2.20.1