From 9859c7bf9eeadb306639ed3fe9331595d184df8c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Jul 2026 08:45:41 +0200 Subject: Align cell content to top --- src/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/style.css b/src/style.css index b0bc3e7..7f7f0d2 100644 --- a/src/style.css +++ b/src/style.css @@ -24,6 +24,7 @@ code { background-color: #eeeeee; padding: 2px; } /* Tables */ table { width: 100%; } +td { vertical-align: top; } 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