summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index b736b19..fe0ba50 100644
--- a/cgit.css
+++ b/cgit.css
@@ -281,24 +281,29 @@ table.diffstat td.graph {
281} 281}
282 282
283table.diffstat td.graph img { 283table.diffstat td.graph img {
284 border: none; 284 border: none;
285 height: 11pt; 285 height: 11pt;
286} 286}
287 287
288div.diffstat-summary { 288div.diffstat-summary {
289 color: #888; 289 color: #888;
290 padding-top: 0.5em; 290 padding-top: 0.5em;
291} 291}
292 292
293table.diff th {
294 padding: 1em 0em 0.1em 0.1em;
295 text-align: left;
296}
297
293table.diff td { 298table.diff td {
294 border: solid 1px black; 299 border: solid 1px black;
295 font-family: monospace; 300 font-family: monospace;
296 white-space: pre; 301 white-space: pre;
297} 302}
298 303
299table.diff td div.hunk { 304table.diff td div.hunk {
300 background: #ccc; 305 background: #ccc;
301} 306}
302 307
303table.diff td div.add { 308table.diff td div.add {
304 color: green; 309 color: green;