From b12f703a8fed7752a35e6e25f6ad6e14f05c7139 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Wed, 5 Mar 2025 18:00:38 +0100 Subject: [PATCH] remove unused styles --- public/main.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public/main.css b/public/main.css index 2c10a9f..a52d5be 100644 --- a/public/main.css +++ b/public/main.css @@ -19,18 +19,6 @@ img { // min-width: 527px; object-fit: contain; } -table { - empty-cells: hide; - border-collapse: collapse; -} -tbody tr td { - border: 1px solid black; - border-spacing: 3px; - min-width: 20px; - min-height: 20px; - border-radius: 50%; - margin: 5px; -} .tracker { display: flex; flex: 1 527px;