From: Marek Stępniowski Date: Sun, 31 Aug 2008 13:08:02 +0000 (+0200) Subject: Added handling of sekcja_swiatlo and motto tags. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/cd971b6b5cd892ade96067fbd38fe785bf5b5b03 Added handling of sekcja_swiatlo and motto tags. --- diff --git a/bin/book2html.xslt b/bin/book2html.xslt index 86d27d6f2..940351cae 100644 --- a/bin/book2html.xslt +++ b/bin/book2html.xslt @@ -174,4 +174,12 @@
- \ No newline at end of file + +

+
+ + +
+
+ + diff --git a/bin/master.css b/bin/master.css index c3613d553..f6ee64f22 100644 --- a/bin/master.css +++ b/bin/master.css @@ -121,7 +121,15 @@ p.paragraph { 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; +}