X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/46b8dca20c77629901ed4fc3d398436180649c71..dd4565c90710645d4629a7ebaad70782091230cf:/src/wolnelektury/static/css/new.book.css

diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css
index ae77c6528..9a6eef967 100644
--- a/src/wolnelektury/static/css/new.book.css
+++ b/src/wolnelektury/static/css/new.book.css
@@ -11,7 +11,7 @@ a {
 }
 
 img {
-    max-width: 36em;
+    max-width: 37.5rem;
     margin-top: 1em;
 }
 
@@ -270,6 +270,14 @@ em.person {
     content: "\feff";
 }
 
+table {
+    border-collapse: collapse;
+}
+
+table, td, th {
+    border: 1px solid black;
+}
+
 
 /* =================================== */
 /* = Hide some elements for printing = */