From 571076b419daec91efb5e5d39dd17066e43805bc Mon Sep 17 00:00:00 2001 From: z3bra Date: Fri, 29 Apr 2016 01:40:30 +0200 Subject: Don't fail on submodules Submodules will get listed prefixed with a '@', using a specific CSS class for styling. The href will be set to the url of the submodule. Filesize will appear as 0 and filemode will not be printed to avoid an awkward mode: "?---------". In writefilestree, we don't return anymore if an entry can't be categorized as an object, but rather, fail if we can't retrieve its name. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8cf93d0..8d134f5 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,10 @@ table td { white-space: normal; } +a.module { + color: #777; +} + td.num { text-align: right; } -- cgit v1.2.3