X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f3729c4c853ef396de8d6bbd75210bfbacffa8b6..6fdfad14e49e9b8fc4e01c71317fe98ff9c10574:/redakcja/static/css/book.css?ds=inline diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index c68e46ec..6d78f79f 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -15,6 +15,15 @@ a { max-width: 36em; } +table { + border-collapse: collapse; + width: 100%; +} + +table.border, table.border td, table.border th { + border: 1px solid black; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */ @@ -394,6 +403,12 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +} + .verse:after { content: "\feff"; }