mirror of
https://git.zx2c4.com/cgit
synced 2025-07-12 19:24:30 +02:00
Polishing of how the side-by-side diff looks.
Aligned all different files, so that all side-by-side tables look the same. Also made sure that the tables take up the whole browser width. Also various changes to the css to make things easier on the eye. Signed-off-by: Ragnar Ouchterlony <ragnar@lysator.liu.se> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
c358aa3dfe
commit
207cc34711
4 changed files with 96 additions and 30 deletions
|
@ -5,7 +5,8 @@ extern void cgit_ssdiff_print_deferred_lines();
|
|||
|
||||
extern void cgit_ssdiff_line_cb(char *line, int len);
|
||||
|
||||
extern void cgit_ssdiff_header();
|
||||
extern void cgit_ssdiff_header_begin();
|
||||
extern void cgit_ssdiff_header_end();
|
||||
|
||||
extern void cgit_ssdiff_footer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue