From: Jan Szejko Date: Tue, 8 Aug 2017 10:47:16 +0000 (+0200) Subject: wider html book view X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/0548123b5f23ea1a9e134a134fcf8ec061ad6751 wider html book view --- diff --git a/lib/librarian b/lib/librarian index 21f76f41..1b63df58 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 21f76f412d83effaa5569ba4bb8f5d0742ed9d2f +Subproject commit 1b63df580fa50d1ac9a8e40432580c8afe8301fe diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index 15f3570a..05d2999d 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -12,7 +12,7 @@ a { #book-text { margin: 3em; - max-width: 36em; + max-width: 48em; } table { @@ -37,7 +37,7 @@ td, th { img { border: none; - max-width: 36em; + max-width: 48em; margin-top: 1em; } diff --git a/redakcja/static/css/html_print.css b/redakcja/static/css/html_print.css index 2cb6d412..c6612c5c 100644 --- a/redakcja/static/css/html_print.css +++ b/redakcja/static/css/html_print.css @@ -1,7 +1,7 @@ /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */ .htmlview { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; padding: 3em; }