From 759318fd2f5d3af36e1fecb18f151efd1aaa33c3 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 13 Sep 2019 02:16:36 +0300 Subject: [PATCH] Align to the left, it makes the credits look a lot more ordered and nice --- styles/credits.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/credits.css b/styles/credits.css index efb4280ed..4daecee4d 100644 --- a/styles/credits.css +++ b/styles/credits.css @@ -25,7 +25,7 @@ table tr:last-child td, table tr:last-child th { line-height: 2em; } -th { +th, td { text-align: left; }