From cfe5d576562ec89c7608b64d68622fb5c2573255 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Fri, 14 Jun 2024 18:31:48 +0100 Subject: [PATCH] Sort out border collapse for email --- root/opt/mailstats/css/mailstats.css | 4 ++-- root/opt/mailstats/templates/mailstats-sub-table.html.pt | 2 +- root/opt/mailstats/templates/mailstats.html.pt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/root/opt/mailstats/css/mailstats.css b/root/opt/mailstats/css/mailstats.css index 5467325..e99d91e 100644 --- a/root/opt/mailstats/css/mailstats.css +++ b/root/opt/mailstats/css/mailstats.css @@ -1,6 +1,6 @@ table { - border:2px solid; - border-collapse:collapse; + xxborder:2px solid; + xxborder-collapse:collapse; } diff --git a/root/opt/mailstats/templates/mailstats-sub-table.html.pt b/root/opt/mailstats/templates/mailstats-sub-table.html.pt index 98b93ca..bd99e71 100644 --- a/root/opt/mailstats/templates/mailstats-sub-table.html.pt +++ b/root/opt/mailstats/templates/mailstats-sub-table.html.pt @@ -1,5 +1,5 @@

${title}

- +
diff --git a/root/opt/mailstats/templates/mailstats.html.pt b/root/opt/mailstats/templates/mailstats.html.pt index 7101164..022b05b 100644 --- a/root/opt/mailstats/templates/mailstats.html.pt +++ b/root/opt/mailstats/templates/mailstats.html.pt @@ -44,7 +44,7 @@

${title}


-
${header}
+
Date/Time