diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2012-01-03 16:48:22 +0000 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2012-01-03 16:48:22 +0000 | 
| commit | aa25ff3c8b548077f2793c1162f3610af03e63df (patch) | |
| tree | 0bf7463ec07bd94115256d99a95c22ce0b9bce2a /cgit.c | |
| parent | ui-ssdiff.c: set correct diffmode in "control panel" (diff) | |
| parent | Makefile: fetch git tarballs from http://hjemli.net/git/git/ (diff) | |
| download | cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.gz cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.bz2 cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.zip  | |
Merge branch 'stable'
Diffstat (limited to '')
| -rw-r--r-- | cgit.css | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -681,7 +681,7 @@ table.hgraph th {  }  table.hgraph td { -	vertical-align: center; +	vertical-align: middle;  	padding: 2px 2px;  } @@ -758,7 +758,7 @@ table.ssdiff td.lineno {  }  table.ssdiff td.hunk { -	color: #black; +	color: black;  	background: #ccf;  	border-top: solid 1px #aaa;  	border-bottom: solid 1px #aaa;  |