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
This commit is contained in:
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>");