X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ed79e41001ebd01207fcea50e09aea5ebcae8a0d..ead1b800ae5c0635778e23a7b0107818b505fa88:/src/wolnelektury/static/css/new.book.css diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index 0c00de334..e34d5023e 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -266,10 +266,25 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy { + font-style: normal; + word-spacing: 1em; +} + .verse:after { content: "\feff"; } +table { + border-collapse: collapse; + width: 100%; +} + +table.border td, table.border th { + border: 1px solid black; + vertical-align: top; +} + /* =================================== */ /* = Hide some elements for printing = */