mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
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>
This commit is contained in:
parent
6ef637e090
commit
e8e6721817
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue