]> granicus.if.org Git - cgit/commitdiff
Add cell-spacing in html
authorLars Hjemli <hjemli@gmail.com>
Fri, 16 Nov 2007 09:28:29 +0000 (10:28 +0100)
committerLars Hjemli <hjemli@gmail.com>
Fri, 16 Nov 2007 09:28:29 +0000 (10:28 +0100)
There are some browsers which don't support the border-spacing property

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-shared.c

index 4c0613a36847d46f1e2914201125993654f341b5..be2c75d2c6ee554979b84a277d02f27d7d346bf8 100644 (file)
@@ -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",