sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 9859c7bf9eeadb306639ed3fe9331595d184df8c
parent 702d0453833dc19cbd0ba0a38eb8b5936226207f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat, 25 Jul 2026 08:45:41 +0200

Align cell content to top

Diffstat:
Msrc/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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; }