From 23c4c57f2fb95d9725474c2e35bd2ba32e0b34e4 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 18 Feb 2026 16:48:08 -0600 Subject: [PATCH] give the plain HTML table some borders Signed-off-by: Brian S. Stephan --- incorporealcms/static/css/plain.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/incorporealcms/static/css/plain.css b/incorporealcms/static/css/plain.css index d021551..ae63b18 100644 --- a/incorporealcms/static/css/plain.css +++ b/incorporealcms/static/css/plain.css @@ -9,6 +9,10 @@ div.header { justify-content: space-between; } +table, th, td { + border: 1px solid; +} + .img-25 { max-width: 25% !important; }