]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
css: highlight even table rows and skip empty rows
[ps-cgit] / ui-repolist.c
index 7158bf7cf643b3b90c47cfab040796ff013ad2ea..b57ea60c4cf2113d294808360465777224edd395 100644 (file)
@@ -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>");