diff options
author | Lars Hjemli | 2006-12-17 23:55:53 +0100 |
---|---|---|
committer | Lars Hjemli | 2006-12-17 23:55:53 +0100 |
commit | a53042865a4ac8b1fa1d6b37720787601e181495 (patch) | |
tree | a104baf6600ccf30977e81649e859d8035484f13 /cgit.css | |
parent | fb6e5869dcc81b775d5ac79dd3afac7220c366dd (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 'cgit.css')
-rw-r--r-- | cgit.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,8 +83,8 @@ div.ls-dir a { | |||
83 | th.filesize, td.filesize { | 83 | th.filesize, td.filesize { |
84 | text-align: right; | 84 | text-align: right; |
85 | } | 85 | } |
86 | th.filemode, td.filemode { | 86 | td.filemode { |
87 | text-align: center; | 87 | font-family: monospace; |
88 | } | 88 | } |
89 | 89 | ||
90 | td.blob { | 90 | td.blob { |