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 удалений

Просмотреть файл

@@ -96,7 +96,7 @@ static int cgit_print_tag_cb(const char *refname, const unsigned char *sha1,
static void cgit_print_branches()
{
html("<tr><th class='left'>Branch</th>"
html("<tr class='nohover'><th class='left'>Branch</th>"
"<th class='left'>Updated</th>"
"<th class='left'>Author</th>"
"<th class='left'>Head commit</th></tr>\n");
@@ -105,7 +105,7 @@ static void cgit_print_branches()
static void cgit_print_tags()
{
html("<tr><th class='left'>Tag</th>"
html("<tr class='nohover'><th class='left'>Tag</th>"
"<th class='left'>Created</th>"
"<th class='left'>Author</th>"
"<th class='left'>Reference</th></tr>\n");