X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a938c8b406ce05e3bca4a5a483d473ece9e17b0..e9263ed76910227deccdce1469b4edda3b833be1:/src/wolnelektury/static/css/new.book.css?ds=sidebyside 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 = */