diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2006-12-17 23:55:53 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-17 23:55:53 +0100 | 
| commit | a53042865a4ac8b1fa1d6b37720787601e181495 (patch) | |
| tree | a104baf6600ccf30977e81649e859d8035484f13 /cgit.c | |
| parent | Don't show new and old filemode for added/removed files (diff) | |
| download | cgit-a53042865a4ac8b1fa1d6b37720787601e181495.tar.gz cgit-a53042865a4ac8b1fa1d6b37720787601e181495.tar.bz2 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 '')
| -rw-r--r-- | cgit.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -83,8 +83,8 @@ div.ls-dir a {  th.filesize, td.filesize {  	text-align: right;  } -th.filemode, td.filemode { -	text-align: center; +td.filemode { +	font-family: monospace;  }  td.blob { | 
