X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..e9263ed76910227deccdce1469b4edda3b833be1:/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 a5f4c0676..9a6eef967 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -10,6 +10,11 @@ a { text-decoration: none; } +img { + max-width: 37.5rem; + margin-top: 1em; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */ @@ -265,6 +270,14 @@ em.person { content: "\feff"; } +table { + border-collapse: collapse; +} + +table, td, th { + border: 1px solid black; +} + /* =================================== */ /* = Hide some elements for printing = */