From: Jan Szejko Date: Fri, 4 Aug 2017 15:33:52 +0000 (+0200) Subject: update table style X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/d3625dc6aa64c9850208347197aa3671acd2f95e update table style --- diff --git a/lib/librarian b/lib/librarian index a4af74c13..c87453a1d 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit a4af74c13b9139bb75ce9e6d40d743f58089b2ef +Subproject commit c87453a1da79443d74132398e7dd1aaa83140fee diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index d6a54a451..bd7fc6354 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -277,9 +277,10 @@ em.wieksze-odstepy { table { border-collapse: collapse; + width: 100%; } -table, td, th { +table.border, table.border td, table.border th { border: 1px solid black; }