summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-05-14 16:31:05 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-14 20:43:38 (UTC)
commita342ac6b4d7830f82230b0f6a29bc9378d66747e (patch) (unidiff)
tree49782a205d9eb73c2b63f77cfc554d898681cf1a /cgit.css
parenta1a0cd8b5a62fe779d77c210a3d455398ce06bb7 (diff)
downloadcgit-a342ac6b4d7830f82230b0f6a29bc9378d66747e.zip
cgit-a342ac6b4d7830f82230b0f6a29bc9378d66747e.tar.gz
cgit-a342ac6b4d7830f82230b0f6a29bc9378d66747e.tar.bz2
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') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 97ae4d1..53c93f2 100644
--- a/cgit.css
+++ b/cgit.css
@@ -294,19 +294,18 @@ div.diffstat-summary {
294 padding-top: 0.5em; 294 padding-top: 0.5em;
295} 295}
296 296
297table.diff th {
298 padding: 1em 0em 0.1em 0.1em;
299 text-align: left;
300}
301
302table.diff td { 297table.diff td {
303 border: solid 1px black;
304 font-family: monospace; 298 font-family: monospace;
305 white-space: pre; 299 white-space: pre;
306} 300}
307 301
302table.diff td div.head {
303 font-weight: bold;
304 padding-top: 1em;
305}
306
308table.diff td div.hunk { 307table.diff td div.hunk {
309 background: #ccc; 308 color: #009;
310} 309}
311 310
312table.diff td div.add { 311table.diff td div.add {