Sort out border collapse for email

This commit is contained in:
Brian Read 2024-06-14 18:31:48 +01:00
parent 765bcb5896
commit cfe5d57656
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
table { table {
border:2px solid; xxborder:2px solid;
border-collapse:collapse; xxborder-collapse:collapse;
} }

View File

@ -1,5 +1,5 @@
<h2>${title}</h2> <h2>${title}</h2>
<table border="1"> <table style="border-collapse:collapse;">
<thead> <thead>
<tr> <tr>
<th tal:repeat="header column_headers">${header}</th> <th tal:repeat="header column_headers">${header}</th>

View File

@ -44,7 +44,7 @@
<br /> <br />
<h2>${title}</h2> <h2>${title}</h2>
<br /> <br />
<table border="1"> <table style="border-collapse:collapse;">
<thead> <thead>
<tr> <tr>
<th>Date/Time</th> <th>Date/Time</th>