Small layout adjustments to summary and blob view

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2006-12-13 00:36:22 +01:00
parent 06fe0c2f47
commit 9c2e863ec2
3 changed files with 13 additions and 5 deletions

View File

@ -70,3 +70,9 @@ th.filesize, td.filesize {
th.filemode, td.filemode {
text-align: center;
}
td.blob {
white-space: pre;
font-family: courier;
font-size: 100%;
}