diff options
Diffstat (limited to 'ui-stats.c')
| -rw-r--r-- | ui-stats.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -309,7 +309,7 @@ static void print_authors(struct string_list *authors, int top, for (i = 1; i < period->count; i++) period->dec(tm); - html("<table class='stats'><tr><th>Author</th>"); + html("<table class='stats' width='100%'><tr><th>Author</th>"); for (j = 0; j < period->count; j++) { tmp = period->pretty(tm); htmlf("<th>%s</th>", tmp); @@ -387,7 +387,7 @@ void cgit_show_stats(void) top = 10; cgit_print_layout_start(); - html("<div class='cgit-panel'>"); + /*html("<div class='cgit-panel'>"); html("<b>stat options</b>"); html("<form method='get'>"); cgit_add_hidden_formfields(1, 0, "stats"); @@ -412,7 +412,7 @@ void cgit_show_stats(void) html("<noscript><input type='submit' value='Reload'/></noscript>"); html("</td></tr></table>"); html("</form>"); - html("</div>"); + html("</div>");*/ htmlf("<h2>Commits per author per %s", period->name); if (ctx.qry.path) { html(" (path '"); |
