From 6e16c9b524d049852fb830124373ee21573b56e9 Mon Sep 17 00:00:00 2001 From: smcdonou02 Date: Wed, 9 Nov 2022 11:30:15 -0500 Subject: [PATCH] Fixed borders on tables to be single line instead of double line --- MavenBack/src/main/webapp/baseStyle.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MavenBack/src/main/webapp/baseStyle.css b/MavenBack/src/main/webapp/baseStyle.css index 27359b4..578d6d9 100644 --- a/MavenBack/src/main/webapp/baseStyle.css +++ b/MavenBack/src/main/webapp/baseStyle.css @@ -68,6 +68,8 @@ p, h1, th, td {color: white;} table, td, th{ border: 2px solid white; text-align: center; + border-spacing: 0; + border-collapse: collapse; } tr:nth-child(even) {