From: Jan Szejko Date: Thu, 27 Jul 2017 12:04:43 +0000 (+0200) Subject: increase word spacing in WL XML X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/13744e6a262e924836be809b7d7845c2c8eaadc5 increase word spacing in WL XML --- diff --git a/lib/librarian b/lib/librarian index fee2ad602..a4af74c13 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit fee2ad602df51da7201802a325c1d38def5263ce +Subproject commit a4af74c13b9139bb75ce9e6d40d743f58089b2ef diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index 9a6eef967..d6a54a451 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -266,6 +266,11 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy { + font-style: normal; + word-spacing: 1em; +} + .verse:after { content: "\feff"; }