aboutsummaryrefslogtreecommitdiffstats
path: root/ui-repolist.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-04-13 10:57:11 +0200
committerLars Hjemli <hjemli@gmail.com>2008-04-13 10:57:11 +0200
commit931fc6d1e4986a4566647dda16af09bf69a28b89 (patch)
tree733a9b7292e98d60ae0e40b5f249fa250f32b2d6 /ui-repolist.c
parentMinor fixup in tree-view css (diff)
downloadcgit-931fc6d1e4986a4566647dda16af09bf69a28b89.tar.xz
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.c2
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++) {