X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a0cda34edd8910a3461faf070f65de4f77903fc4..cd971b6b5cd892ade96067fbd38fe785bf5b5b03:/bin/master.css diff --git a/bin/master.css b/bin/master.css index dc124833a..f6ee64f22 100644 --- a/bin/master.css +++ b/bin/master.css @@ -112,12 +112,24 @@ div.stanza { margin: 1.5em 0 0; } +div.kwestia div.stanza { + margin: 0; +} + p.paragraph { text-align: justify; margin: 1.5em 0 0; } +p.motto { + font-style: italic; +} + div.fragment { border-bottom: 0.1em solid #999; padding-bottom: 1.5em; } + +hr.spacer { + height: 3em; +}