From 12a1c2b4fcda015a9ba1b79f7b593039319d13c4 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 8 Aug 2017 19:59:04 +0200 Subject: [PATCH] wider html book view --- lib/librarian | 2 +- src/wolnelektury/static/css/master.book.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.20.1