diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-05-14 18:31:05 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-14 22:43:38 +0200 |
commit | a342ac6b4d7830f82230b0f6a29bc9378d66747e (patch) | |
tree | 49782a205d9eb73c2b63f77cfc554d898681cf1a /cgit.css | |
parent | a1a0cd8b5a62fe779d77c210a3d455398ce06bb7 (diff) | |
download | cgit-a342ac6b4d7830f82230b0f6a29bc9378d66747e.tar.gz cgit-a342ac6b4d7830f82230b0f6a29bc9378d66747e.tar.bz2 cgit-a342ac6b4d7830f82230b0f6a29bc9378d66747e.zip |
cgit.css: try to make diffs look a little bit nicer
This makes the diffview look more like 'git-diff' in a terminal.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -294,19 +294,18 @@ div.diffstat-summary { padding-top: 0.5em; } -table.diff th { - padding: 1em 0em 0.1em 0.1em; - text-align: left; -} - table.diff td { - border: solid 1px black; font-family: monospace; white-space: pre; } +table.diff td div.head { + font-weight: bold; + padding-top: 1em; +} + table.diff td div.hunk { - background: #ccc; + color: #009; } table.diff td div.add { |