From 6dae800651c0f7b9cb97f4b4d921dafeff1b2a7a Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 3 Jul 2024 12:02:39 -0400 Subject: [PATCH] Some styling for tables --- public/css/elements.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/elements.css b/public/css/elements.css index 6a2f60b..57a49cb 100644 --- a/public/css/elements.css +++ b/public/css/elements.css @@ -68,3 +68,11 @@ img { cursor: url('/cursors/arrow.cur'), auto; max-width: 100%; } + +table { width: 100%; } + +table, th, td { + border-collapse: collapse; + border: 0.15em dotted black; + text-align: center; +}