css: highlight even table rows and skip empty rows

This is stolen from kernel.org css [0].

[0] https://git.kernel.org/cgit-korg-0.10.1.css
此提交包含在:
Christian Hesse
2016-07-06 22:42:36 +02:00
提交者 Jason A. Donenfeld
父節點 44f8c11c8d
當前提交 81509a228c
共有 3 個檔案被更改,包括 24 行新增3 行删除

查看文件

@@ -321,7 +321,7 @@ void cgit_print_repolist(void)
(last_section != NULL && section == NULL) ||
(last_section != NULL && section != NULL &&
strcmp(section, last_section)))) {
htmlf("<tr class='nohover'><td colspan='%d' class='reposection'>",
htmlf("<tr class='nohover-highlight'><td colspan='%d' class='reposection'>",
columns);
html_txt(section);
html("</td></tr>");