From 37f916f5eb0f9f8aa2127ba5cc10315c6ef3cacb Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 20 Apr 2014 20:03:53 +0100 Subject: [PATCH] Better header rendering --- mailhog/templates/index.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mailhog/templates/index.go b/mailhog/templates/index.go index 7e611d5..f37e149 100644 --- a/mailhog/templates/index.go +++ b/mailhog/templates/index.go @@ -20,7 +20,7 @@ func Index() string { table tbody { overflow: scroll; } - table td { + table td, table th { padding: 2px 4px 2px 4px !important; } @@ -77,11 +77,11 @@ func Index() string {
-
+ {{ header }} - + - {{ value }} +
{{ v }}