From c04fb2bfcae07b16829f26b5ecfc0b35004921e7 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 27 Sep 2024 13:32:22 +0200 Subject: [PATCH] refactor: burg types --- index.css | 14 -------------- index.html | 10 +++++----- modules/burgs-and-states.js | 25 ++++++++++++++++--------- modules/ui/burgs-overview.js | 15 ++++++++------- versioning.js | 2 +- 5 files changed, 30 insertions(+), 36 deletions(-) diff --git a/index.css b/index.css index 08c8828e..0244eb23 100644 --- a/index.css +++ b/index.css @@ -1511,20 +1511,6 @@ div.states > .burgCulture { width: 6em; } -div.states .burgPopulation { - width: 4.8em; -} - -div.states .burgType { - width: 3em; -} - -div.states .burgType > span { - padding: 0 1px; - color: #6e5e66; - transition: 0.2s; -} - div.states span.inactive { color: #c6c2c2; } diff --git a/index.html b/index.html index df07d894..1d9727ba 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -5280,7 +5280,7 @@