From fbc97fd74492107eb9965823be9552b1fc8854e8 Mon Sep 17 00:00:00 2001 From: David Grigg Date: Wed, 13 Sep 2023 11:45:36 +1000 Subject: [PATCH] Added additional table styling --- src/epub/css/local.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/epub/css/local.css b/src/epub/css/local.css index 7415615..4679a29 100644 --- a/src/epub/css/local.css +++ b/src/epub/css/local.css @@ -106,12 +106,15 @@ figure{ margin-left: auto; margin-right: auto; margin-top: 0.5em; + border-collapse: collapse; } +#chapter-11 table th, +#chapter-17 table th, #chapter-11 table td, #chapter-17 table td{ - padding-left: 1em; - padding-right: 1em; + padding: 0.5em; + border: 1px solid black; } #chapter-11 table td:not(:first-child),