wider html book view
authorJan Szejko <janek37@gmail.com>
Tue, 8 Aug 2017 10:47:16 +0000 (12:47 +0200)
committerJan Szejko <janek37@gmail.com>
Tue, 8 Aug 2017 10:47:16 +0000 (12:47 +0200)
lib/librarian
redakcja/static/css/book.css
redakcja/static/css/html_print.css

index 21f76f4..1b63df5 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 21f76f412d83effaa5569ba4bb8f5d0742ed9d2f
+Subproject commit 1b63df580fa50d1ac9a8e40432580c8afe8301fe
index 15f3570..05d2999 100644 (file)
@@ -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;
 }
 
index 2cb6d41..c6612c5 100644 (file)
@@ -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;
 }