From d751fd67404420d8b9a1c86f26b78141f3607303 Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Thu, 10 Nov 2022 15:37:04 -0500 Subject: [PATCH] Remove old style that isn't used --- src/main/resources/static/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index a2f787f..d8b731a 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -549,11 +549,6 @@ td { padding: 0.3em; } -table.ship-stats td { - text-align: center; - vertical-align: center; -} - th { border: 0.125rem solid var(--tbl-border); background-color: var(--tbl-border); -- 2.25.1