From 0548123b5f23ea1a9e134a134fcf8ec061ad6751 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 8 Aug 2017 12:47:16 +0200 Subject: [PATCH] wider html book view --- lib/librarian | 2 +- redakcja/static/css/book.css | 4 ++-- redakcja/static/css/html_print.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.20.1