From: Sam White Date: Wed, 8 Dec 2021 11:35:33 +0000 (+0000) Subject: Vertical align tables at the top by default. X-Git-Url: https://git.dalvak.com/public/?a=commitdiff_plain;h=a9733009910625a792662920042f29e5d2606394;p=ycra.git Vertical align tables at the top by default. --- 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; }