From: Lanius Trolling Date: Thu, 10 Nov 2022 20:37:04 +0000 (-0500) Subject: Remove old style that isn't used X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=d751fd67404420d8b9a1c86f26b78141f3607303;p=factbooks Remove old style that isn't used --- 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);