aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorz3bra <willyatmailoodotorg>2016-04-29 01:40:30 +0200
committerHiltjo Posthuma <[email protected]>2016-04-29 12:31:39 +0200
commit571076b419daec91efb5e5d39dd17066e43805bc (patch)
tree740343c3f94560d75eace2c9c4ef324489925c3c /style.css
parent28730218c4b68e9b3a0f7ce628868bb647d97f9e (diff)
downloadstagit-571076b419daec91efb5e5d39dd17066e43805bc.tar.gz
stagit-571076b419daec91efb5e5d39dd17066e43805bc.zip
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.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;
}