From 43295d62cf22b282130d2ae3669480b9a6acdfab Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 3 Mar 2010 15:22:50 -0700 Subject: [PATCH] Further tweak to table formatting --- www/ctf.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/ctf.css b/www/ctf.css index 0bacbf1..21e4ebf 100644 --- a/www/ctf.css +++ b/www/ctf.css @@ -116,8 +116,13 @@ pre { } -th, td { +th { vertical-align: top; + text-align: center; +} +td { + vertical-align: top; + text-align: right; } p {