X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1cdc0e97526e19d73fe5cf3ca92ae937b55790cb..d3625dc6aa64c9850208347197aa3671acd2f95e:/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 9a6eef967..bd7fc6354 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -266,15 +266,21 @@ 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, td, th { +table.border, table.border td, table.border th { border: 1px solid black; }