diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-07-25 08:45:41 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-07-25 08:45:41 +0200 |
| commit | 9859c7bf9eeadb306639ed3fe9331595d184df8c (patch) | |
| tree | de1602c13283ac98d2633fe1431faa16b756359a /src/style.css | |
| parent | 702d0453833dc19cbd0ba0a38eb8b5936226207f (diff) | |
| download | sebastiano.tronto.net-9859c7bf9eeadb306639ed3fe9331595d184df8c.tar.gz sebastiano.tronto.net-9859c7bf9eeadb306639ed3fe9331595d184df8c.zip | |
Align cell content to top
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 1 |
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 */ |
| 26 | table { width: 100%; } | 26 | table { width: 100%; } |
| 27 | td { vertical-align: top; } | ||
| 27 | td h1 { text-align: left; font-size: 1.5em; } | 28 | td 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; } |
