X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/5f92f5a341c58a30c0a5c0d64ba3ed498bb9db85..c87453a1da79443d74132398e7dd1aaa83140fee:/librarian/epub/style.css?ds=sidebyside diff --git a/librarian/epub/style.css b/librarian/epub/style.css index 57f5490..e40c754 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -1,3 +1,6 @@ +@page { + margin: 5pt; +} @font-face { font-family: "DejaVu Serif"; font-weight: normal; @@ -44,17 +47,8 @@ a img { border: 0; } -#book-text -{ - margin: 2em; -} - -@media amzn-kf8 -{ - #book-text - { - margin: 0; - } +#book-text { + margin: 0; } /* =================================================== */ @@ -336,6 +330,12 @@ em.author-emphasis letter-spacing: 0.1em; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +} + .person-list em.person { font-style: normal; @@ -371,7 +371,8 @@ p.footer { table { border-collapse: collapse; + width: 100%; } -td { +table.border th, table.border td { border: 1px solid black; }