From 53a9bc43b4f4a92d0502e10161d5a6a5ac03f8ac Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 5 Oct 2025 16:19:16 +0200 Subject: Restored default table style, I'll fix the navigation in the AV pages later --- src/style-5.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/style-5.css b/src/style-5.css index 8811cb5..81cde7f 100644 --- a/src/style-5.css +++ b/src/style-5.css @@ -23,7 +23,7 @@ code { background-color: #eeeeee; padding: 2px; } #blob { background: #ffffff; border: none; } /* Tables */ -main table { width: 100%; table-layout: fixed; } +table { width: 100%; } td h1 { text-align: left; font-size: 1.5em; } #files td { font-family: monospace; font-size: 1.2em; min-width: 7em; } #log tr:hover td, #files tr:hover td { background-color: #eeeeee; } -- cgit v1.3