diff options
author | Lars Hjemli | 2007-05-13 23:13:12 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-05-13 23:27:53 +0200 |
commit | 6a8749d3bd1570faa3dc07e80efc8fcef5953aa0 (patch) | |
tree | 1c76a6b2434cea448bc8d73f452904d8024a8ccb /cgit.css | |
parent | 8a3685bcf2612206fc24a2421acb53dd83aeab85 (diff) | |
download | cgit-6a8749d3bd1570faa3dc07e80efc8fcef5953aa0.tar.gz cgit-6a8749d3bd1570faa3dc07e80efc8fcef5953aa0.tar.bz2 cgit-6a8749d3bd1570faa3dc07e80efc8fcef5953aa0.zip |
Add commitdiff between commit and each of it's parent
A link is added next to each parent of a commit, leading to the new
diff-functionality in ui-diff.c.
Also added support for a path-parameter to filelevel diffs accessed via the
diffstat.
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -290,6 +290,11 @@ div.diffstat-summary { | |||
290 | padding-top: 0.5em; | 290 | padding-top: 0.5em; |
291 | } | 291 | } |
292 | 292 | ||
293 | table.diff th { | ||
294 | padding: 1em 0em 0.1em 0.1em; | ||
295 | text-align: left; | ||
296 | } | ||
297 | |||
293 | table.diff td { | 298 | table.diff td { |
294 | border: solid 1px black; | 299 | border: solid 1px black; |
295 | font-family: monospace; | 300 | font-family: monospace; |