diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-20 19:15:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-20 19:15:00 +0200 |
| commit | cb143eae3786adae617d1b7370aafd6e9e61b821 (patch) | |
| tree | 5f800dfae4b0d2d527f955f8714f2685fa70fa5c /src/style-5.css | |
| parent | afec8caa5b74e81e7427cdf1240711429e2d9ed8 (diff) | |
| download | sebastiano.tronto.net-cb143eae3786adae617d1b7370aafd6e9e61b821.tar.gz sebastiano.tronto.net-cb143eae3786adae617d1b7370aafd6e9e61b821.zip | |
Some changes to home and css, started first av2 pages
Diffstat (limited to 'src/style-5.css')
| -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 81cde7f..8811cb5 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 | table { width: 100%; } | 26 | main table { width: 100%; table-layout: fixed; } |
| 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; } |
