all repos — cgit @ 2aef89e5da436f2bc9670d96ccbc5ff1c2b8355c

a hyperfast web frontend for git written in c

Don't highlight repogroup headings

Specify class='nohover' to avoid highlighting this row.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Fri, 18 May 2007 23:17:09 +0200
commit

2aef89e5da436f2bc9670d96ccbc5ff1c2b8355c

parent

5877c49f68b1e1bef94b4867f22c336f0e1605b6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-repolist.cui-repolist.c

@@ -30,7 +30,7 @@ if ((last_group == NULL && repo->group != NULL) ||

(last_group != NULL && repo->group == NULL) || (last_group != NULL && repo->group!= NULL && strcmp(repo->group, last_group))) { - html("<tr><td colspan='4' class='repogroup'>"); + html("<tr class='nohover'><td colspan='4' class='repogroup'>"); html_txt(repo->group); html("</td></tr>"); last_group = repo->group;