X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f3729c4c853ef396de8d6bbd75210bfbacffa8b6..896fad710142a7c82b849ffe9f0d492d6a99c5ca:/redakcja/static/css/book.css diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index c68e46ec..05d2999d 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -12,7 +12,20 @@ a { #book-text { margin: 3em; - max-width: 36em; + max-width: 48em; +} + +table { + border-collapse: collapse; + width: 100%; +} + +table.border, table.border td, table.border th { + border: 1px solid black; +} + +td, th { + vertical-align: top; } /* ================================== */ @@ -24,7 +37,7 @@ a { img { border: none; - max-width: 36em; + max-width: 48em; margin-top: 1em; } @@ -394,6 +407,12 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +} + .verse:after { content: "\feff"; }