X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/45ce20d1189ea2042a097bfd9ab7b4b6e96be324..89ca0a5b949a96554491cc076bbeb66a93962eb9:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index 6225c7a..d217cce 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; } /* =================================================== */ @@ -135,7 +129,7 @@ p { line-height: 0; font-size: 0.7em; -} +} /* =================== */ /* = Custom elements = */ @@ -368,3 +362,10 @@ p.minor-info { p.footer { margin-top: 2em; } + +table { + border-collapse: collapse; +} +td { + border: 1px solid black; +}