From: Jan Szejko Date: Tue, 8 Aug 2017 10:47:03 +0000 (+0200) Subject: wider html book view X-Git-Tag: 1.7~38 X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/1b63df580fa50d1ac9a8e40432580c8afe8301fe wider html book view --- diff --git a/scripts/master.css b/scripts/master.css index b2ea786..0346839 100644 --- a/scripts/master.css +++ b/scripts/master.css @@ -5,10 +5,10 @@ */ body { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; margin: 3em; - max-width: 36em; + max-width: 48em; } a { diff --git a/scripts/master.plain.css b/scripts/master.plain.css index 68fd9c5..7ebcb72 100644 --- a/scripts/master.plain.css +++ b/scripts/master.plain.css @@ -5,10 +5,10 @@ */ body { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; margin: 3em; - max-width: 36em; + max-width: 48em; } a {