From a9733009910625a792662920042f29e5d2606394 Mon Sep 17 00:00:00 2001 From: Sam White Date: Wed, 8 Dec 2021 11:35:33 +0000 Subject: [PATCH] Vertical align tables at the top by default. --- public_html/css/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/common.css b/public_html/css/common.css index 0aa5089..b42d07d 100644 --- a/public_html/css/common.css +++ b/public_html/css/common.css @@ -52,6 +52,7 @@ table { th,td{ text-align: center; + vertical-align: top; padding: 0.5em; } -- 2.25.1