From c3de52dff91b81cfd07e00fb7fc6dd701bf8b7d7 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 13 Jan 2023 10:40:11 +0100 Subject: Add size and modtime to docs and redirect to login page by default --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index fb580ac..4db3552 100644 --- a/static/style.css +++ b/static/style.css @@ -5,3 +5,12 @@ div { padding: 5px; } + +table { + border-collapse: collapse; +} + +td, th { + border: 1px solid black; + padding: 10px; +} -- cgit v1.2.3