From c3eeed5b3dcbff00b7854c09c951e945e2f626dc Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 27 May 2012 14:31:02 +0200 Subject: [PATCH] Tell table columns to be 33% wide --- templates/message.html | 2 +- templates/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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: