diff --git a/templates/message.html b/templates/message.html index 443c403..463ca3e 100644 --- a/templates/message.html +++ b/templates/message.html @@ -17,7 +17,7 @@
- +
diff --git a/templates/style.css b/templates/style.css index 8e665ba..2840a7b 100644 --- a/templates/style.css +++ b/templates/style.css @@ -58,6 +58,11 @@ table.message margin-top: 20px; } +table.message-detail > tbody > tr > th +{ + width: 33.33333%; +} + table.message > tbody > tr > th, table.message > tbody > tr > td { text-align: left;
From: