diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-10-05 16:19:16 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-10-05 16:19:16 +0200 |
| commit | 53a9bc43b4f4a92d0502e10161d5a6a5ac03f8ac (patch) | |
| tree | 77c94edbaffb99a47558d70a76937db35ae8cf37 /src | |
| parent | 85eb32b2c0adfca42e2c516a2ef1d51c22a3ec9c (diff) | |
| download | sebastiano.tronto.net-53a9bc43b4f4a92d0502e10161d5a6a5ac03f8ac.tar.gz sebastiano.tronto.net-53a9bc43b4f4a92d0502e10161d5a6a5ac03f8ac.zip | |
Restored default table style, I'll fix the navigation in the AV pages later
Diffstat (limited to 'src')
| -rw-r--r-- | src/style-5.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } | |||
| 23 | #blob { background: #ffffff; border: none; } | 23 | #blob { background: #ffffff; border: none; } |
| 24 | 24 | ||
| 25 | /* Tables */ | 25 | /* Tables */ |
| 26 | main table { width: 100%; table-layout: fixed; } | 26 | table { width: 100%; } |
| 27 | td h1 { text-align: left; font-size: 1.5em; } | 27 | td h1 { text-align: left; font-size: 1.5em; } |
| 28 | #files td { font-family: monospace; font-size: 1.2em; min-width: 7em; } | 28 | #files td { font-family: monospace; font-size: 1.2em; min-width: 7em; } |
| 29 | #log tr:hover td, #files tr:hover td { background-color: #eeeeee; } | 29 | #log tr:hover td, #files tr:hover td { background-color: #eeeeee; } |
