From: Jan Szejko Date: Tue, 8 Aug 2017 17:59:04 +0000 (+0200) Subject: wider html book view X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/12a1c2b4fcda015a9ba1b79f7b593039319d13c4 wider html book view --- diff --git a/lib/librarian b/lib/librarian index 21f76f412..1b63df580 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 21f76f412d83effaa5569ba4bb8f5d0742ed9d2f +Subproject commit 1b63df580fa50d1ac9a8e40432580c8afe8301fe diff --git a/src/wolnelektury/static/css/master.book.css b/src/wolnelektury/static/css/master.book.css index 1c615df47..29d115b96 100644 --- a/src/wolnelektury/static/css/master.book.css +++ b/src/wolnelektury/static/css/master.book.css @@ -12,11 +12,11 @@ a { #book-text { margin: 0 3em; - max-width: 36em; + max-width: 48em; } #other-text #book-text { - width: 36em; + width: 48em; } /* ================================== */ @@ -28,7 +28,7 @@ a { img { border: none; - max-width: 36em; + max-width: 48em; margin-top: 1em; }