Cleanup table listings
Make the output for <table class='list'> a bit nicer Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
This commit is contained in:
@ -28,7 +28,7 @@ void cgit_print_repolist(struct cacheitem *item)
|
||||
|
||||
html("<h2>Repositories</h2>\n");
|
||||
html("<table class='list nowrap'>");
|
||||
html("<tr>"
|
||||
html("<tr class='nohover'>"
|
||||
"<th class='left'>Name</th>"
|
||||
"<th class='left'>Description</th>"
|
||||
"<th class='left'>Owner</th></tr>\n");
|
||||
|
Reference in New Issue
Block a user