X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/46b8dca20c77629901ed4fc3d398436180649c71..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 ae77c6528..bd7fc6354 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -11,7 +11,7 @@ a { } img { - max-width: 36em; + max-width: 37.5rem; margin-top: 1em; } @@ -266,10 +266,24 @@ 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, table.border td, table.border th { + border: 1px solid black; +} + /* =================================== */ /* = Hide some elements for printing = */