From e0f354f4d27d850a285cab263d097f6c072673cb Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sun, 31 Dec 2023 02:21:44 +0000 Subject: Add hr to header and style hrs --- public/css/master.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/css') diff --git a/public/css/master.css b/public/css/master.css index f36a500..5bebdd5 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -12,6 +12,11 @@ ul { list-style-type: square; } +hr { + border: 1px solid var(--foreground); + border-bottom: none; +} + div.page { min-width: 780px; max-width: 800px; @@ -279,6 +284,11 @@ table.gb-entry { margin-bottom: 5px; } +table.gb-entry hr { + border: 1px dotted var(--foreground); + border-bottom: none; +} + table.gb-admin { margin-bottom: 5px; width: 500px; -- cgit v1.2.3-54-g00ecf