diff options
Diffstat (limited to 'src')
| -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; } |
