From e8e6721817c983770fc0fdfbb26a17900e3c34ce Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Fri, 16 Nov 2007 10:28:29 +0100 Subject: Add cell-spacing in html There are some browsers which don't support the border-spacing property Signed-off-by: Lars Hjemli <hjemli@gmail.com> --- ui-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index 4c0613a..be2c75d 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -459,7 +459,7 @@ void cgit_print_pageheader(char *title, int show_search) html("<table id='layout' summary=''>\n"); html("<tr><td id='sidebar'>\n"); - html("<table class='sidebar' summary=''>\n"); + html("<table class='sidebar' cellspacing='0' summary=''>\n"); html("<tr><td class='sidebar'>\n<a href='"); html_attr(cgit_rooturl()); htmlf("'><img src='%s' alt='cgit'/></a>\n", -- cgit v1.2.3-54-g00ecf