From 49b3d4933c2fcfd5a2665a4ffb9cb7ccd0184c10 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Fri, 20 Oct 2017 07:27:26 -0700 Subject: [PATCH 1/1] Needed a few more pixels for date --- maps/bin/detail.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/bin/detail.cgi b/maps/bin/detail.cgi index b90f13d..85ecb49 100755 --- a/maps/bin/detail.cgi +++ b/maps/bin/detail.cgi @@ -239,7 +239,7 @@ sub PrintTable { -bgcolor => '#ffffff'}, a {-href => "display.cgi?sender=$sender;msg_nbr=$msg_nbr"}, $subject, td {-class => 'date', - -width => '130', + -width => '150', -valign => 'middle'}, $msg_date ]; print end_table; -- 2.17.1