ui-tree: html/css cleanup

Various fixes to make html and css more "clean". The only visible change
is the link to file/directory log: it is now printed as "L" (for Log)
instead of "H" (for History).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-06-17 13:17:00 +02:00
parent 486c87ec29
commit 426032f767
2 changed files with 12 additions and 23 deletions

View File

@@ -174,28 +174,19 @@ div.error {
margin: 1em 2em;
}
td.ls-blob, td.ls-dir, td.ls-mod {
a.ls-blob, a.ls-dir, a.ls-mod {
font-family: monospace;
}
div.ls-dir a {
font-weight: bold;
}
th.filesize, td.filesize {
td.ls-size {
text-align: right;
}
td.filesize {
td.ls-size {
font-family: monospace;
}
td.links {
font-size: 80%;
padding-left: 2em;
}
td.filemode {
td.ls-mode {
font-family: monospace;
}