From: Jan Szejko Date: Tue, 21 Mar 2017 12:20:55 +0000 (+0100) Subject: table borders in html X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/1cdc0e97526e19d73fe5cf3ca92ae937b55790cb table borders in html --- diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index 0c00de334..9a6eef967 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -270,6 +270,14 @@ em.person { content: "\feff"; } +table { + border-collapse: collapse; +} + +table, td, th { + border: 1px solid black; +} + /* =================================== */ /* = Hide some elements for printing = */