From b1cabdc85ccefbd07d86be861378ba58a9e908ee Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 16 Jul 2025 20:14:47 -0400 Subject: add table header --- main.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'main.css') diff --git a/main.css b/main.css index b6ae759..9ce6e35 100644 --- a/main.css +++ b/main.css @@ -2,6 +2,24 @@ form { margin-bottom: 2ex; } +table { + border-collapse: collapse; + border: 1px solid black; +} + +thead { + border-bottom: 1px solid black; +} + +th, td { + border: 1px solid black; + padding: 2px 5px; +} + +td:last-child { + text-align: right; +} + input[name='pni-threshold'] { text-align: right; } -- cgit v1.3