Vertical align tables at the top by default.
authorSam White <webmaster@ycra.org.uk>
Wed, 8 Dec 2021 11:35:33 +0000 (11:35 +0000)
committerSam White <webmaster@ycra.org.uk>
Wed, 8 Dec 2021 11:35:33 +0000 (11:35 +0000)
public_html/css/common.css

index 0aa5089397720a50a4e6856b49d390ed5ec23dc3..b42d07d83eb3168d7faaa2a8deade6437c6b8924 100644 (file)
@@ -52,6 +52,7 @@ table {
 
 th,td{
     text-align: center;
+    vertical-align: top;
     padding: 0.5em;
 }