X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/cf4dc6946d3afec0ed5dea88c8d833c017d97bf0..e7418c1630ea9b12415edc4ac1fa9e8c08679ded:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index d217cce..6c42777 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -272,6 +272,12 @@ h2 + .paragraph:first-letter font-style: italic; } +.frame +{ + border: 1px darkgray solid; + padding: 1em; +} + hr.spacer { height: 3em; @@ -330,6 +336,12 @@ em.author-emphasis letter-spacing: 0.1em; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +} + .person-list em.person { font-style: normal; @@ -365,7 +377,12 @@ p.footer { table { border-collapse: collapse; + width: 100%; } -td { +table.border th, table.border td { border: 1px solid black; } + +th, td { + vertical-align: top; +} \ No newline at end of file