divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 02c638faae281db7bf2e0ad4bd064214009b2203
parent bbf55c549a5e6883f4d48a741f4dae7f0288c681
Author: sin <sin@2f30.org>
Date:   Tue, 14 Nov 2017 14:57:15 +0000

Update stagit.css

Diffstat:
Mstagit/style.css | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/stagit/style.css b/stagit/style.css @@ -24,10 +24,19 @@ hr { } td, th { padding: 0 4px; } +#content table td { + white-space: nowrap; + vertical-align: top; +} thead { font-weight: bold; } -pre { white-space: pre-wrap; } .url, #content { font-family: monospace; } +#index tr td:nth-child(2), +#tags tr td:nth-child(3), +#branches tr td:nth-child(3), +#log tr td:nth-child(2) { + white-space: normal; +} .num { text-align: right; } #files tbody tr:hover, #index tbody tr:hover,