From 173b99ef2484e6428b6dd0218cd47a3ae2e7b91e Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Sat, 26 Oct 2024 02:36:44 +0200 Subject: [PATCH] better table styling --- php/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php/styles.css b/php/styles.css index 2b1a328..aea7f27 100644 --- a/php/styles.css +++ b/php/styles.css @@ -39,12 +39,14 @@ } #LitCalTable { - width:75%; + width:90%; margin:30px auto; border:1px solid Blue; border-radius: 6px; padding:10px; background:LightBlue; + border-collapse: separate; + border-spacing: 1px; } #LitCalTable td {