Cleanup table listings

Make the output for <table class='list'> a bit nicer

Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
这个提交包含在:
Lars Hjemli
2007-01-28 00:39:26 +01:00
提交者 Lars Hjemli
父节点 447025f62c
当前提交 777faf7e50
共有 6 个文件被更改,包括 9 次插入13 次删除

查看文件

@ -69,7 +69,7 @@ void cgit_print_tree(const char *hex, char *path)
html("<h2>Tree content</h2>\n");
html_txt(path);
html("<table class='list'>\n");
html("<tr>");
html("<tr class='nohover'>");
html("<th class='left'>Mode</th>");
html("<th class='left'>Name</th>");
html("<th class='right'>Size</th>");