commit | 931fc6d1e4986a4566647dda16af09bf69a28b89 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Sun Apr 13 10:57:11 2008 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Sun Apr 13 10:57:11 2008 +0200 |
tree | 733a9b7292e98d60ae0e40b5f249fa250f32b2d6 | |
parent | 72a69b77e7bf10cc3674e61e1ddd4d81618ee533 [diff] [blame] |
More layout fixes Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/ui-repolist.c b/ui-repolist.c index eeeaf3d..9eba222 100644 --- a/ui-repolist.c +++ b/ui-repolist.c
@@ -70,7 +70,7 @@ "<th class='left'>Owner</th>" "<th class='left'>Idle</th>"); if (ctx.cfg.enable_index_links) - html("<th>Links</th>"); + html("<th class='left'>Links</th>"); html("</tr>\n"); for (i=0; i<cgit_repolist.count; i++) {