aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-07-25 08:45:41 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-07-25 08:45:41 +0200
commit9859c7bf9eeadb306639ed3fe9331595d184df8c (patch)
treede1602c13283ac98d2633fe1431faa16b756359a /src
parent702d0453833dc19cbd0ba0a38eb8b5936226207f (diff)
downloadsebastiano.tronto.net-9859c7bf9eeadb306639ed3fe9331595d184df8c.tar.gz
sebastiano.tronto.net-9859c7bf9eeadb306639ed3fe9331595d184df8c.zip
Align cell content to top
Diffstat (limited to 'src')
-rw-r--r--src/style.css1
1 files changed, 1 insertions, 0 deletions
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; }
24 24
25/* Tables */ 25/* Tables */
26table { width: 100%; } 26table { width: 100%; }
27td { vertical-align: top; }
27td h1 { text-align: left; font-size: 1.5em; } 28td h1 { text-align: left; font-size: 1.5em; }
28#files td { font-family: monospace; font-size: 1.2em; min-width: 7em; } 29#files td { font-family: monospace; font-size: 1.2em; min-width: 7em; }
29#log tr:hover td, #files tr:hover td { background-color: #eeeeee; } 30#log tr:hover td, #files tr:hover td { background-color: #eeeeee; }

Generated with cgit - Back to sebastiano.tronto.net