about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli2006-12-17 23:55:53 +0100
committerLars Hjemli2006-12-17 23:55:53 +0100
commita53042865a4ac8b1fa1d6b37720787601e181495 (patch)
treea104baf6600ccf30977e81649e859d8035484f13 /cgit.css
parentDon't show new and old filemode for added/removed files (diff)
downloadcgit-a53042865a4ac8b1fa1d6b37720787601e181495.tar.gz
cgit-a53042865a4ac8b1fa1d6b37720787601e181495.zip
Use html_filemode in ui-tree.c
No reason to show "100644" when we can show "-rw-r--r--"

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css index ae304fa..5f01926 100644 --- a/cgit.css +++ b/cgit.css
@@ -83,8 +83,8 @@ div.ls-dir a {
83th.filesize, td.filesize { 83th.filesize, td.filesize {
84 text-align: right; 84 text-align: right;
85} 85}
86th.filemode, td.filemode { 86td.filemode {
87 text-align: center; 87 font-family: monospace;
88} 88}
89 89
90td.blob { 90td.blob {