diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-04-13 10:57:11 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-04-13 10:57:11 +0200 |
commit | 931fc6d1e4986a4566647dda16af09bf69a28b89 (patch) | |
tree | 733a9b7292e98d60ae0e40b5f249fa250f32b2d6 /ui-repolist.c | |
parent | 72a69b77e7bf10cc3674e61e1ddd4d81618ee533 (diff) | |
download | cgit-931fc6d1e4986a4566647dda16af09bf69a28b89.tar.gz cgit-931fc6d1e4986a4566647dda16af09bf69a28b89.tar.bz2 cgit-931fc6d1e4986a4566647dda16af09bf69a28b89.zip |
More layout fixes
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-repolist.c')
-rw-r--r-- | ui-repolist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ void cgit_print_repolist() "<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++) { |