the repository which powers this website
Add cell-spacing in html
There are some browsers which don't support the border-spacing property Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-11-16
parent 6ef637e · commit e8e6721
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 4c0613a3..be2c75d2 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",