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:
Ragnar Ouchterlony 2009-09-15 19:44:37 +02:00 committed by Lars Hjemli
parent c358aa3dfe
commit 207cc34711
4 changed files with 96 additions and 30 deletions

View file

@ -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();