From 9d5414f9c2987ff098407a823a03ffb0c8d885ba Mon Sep 17 00:00:00 2001 From: Jack Harley Date: Thu, 28 Jan 2021 19:47:34 +0000 Subject: [PATCH] Redundant CSS --- view/css/minesweeper.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/view/css/minesweeper.css b/view/css/minesweeper.css index 145f951..48544fe 100644 --- a/view/css/minesweeper.css +++ b/view/css/minesweeper.css @@ -2,14 +2,6 @@ body { font-family: "Helvetica", sans-serif; } -table { - /*width: 400px;*/ -} - -tr { - -} - td { width: 30px !important; height: 30px !important;