summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 5cf8d15..6c7f9c3 100644
--- a/cgit.css
+++ b/cgit.css
@@ -257,24 +257,28 @@ table.diffstat th {
257 text-align: left; 257 text-align: left;
258 text-decoration: underline; 258 text-decoration: underline;
259 padding: 0.1em 1em 0.1em 0.1em; 259 padding: 0.1em 1em 0.1em 0.1em;
260 font-size: 100%; 260 font-size: 100%;
261} 261}
262 262
263table.diffstat td { 263table.diffstat td {
264 padding: 0.2em 0.2em 0.1em 0.1em; 264 padding: 0.2em 0.2em 0.1em 0.1em;
265 font-size: 100%; 265 font-size: 100%;
266 border: none; 266 border: none;
267} 267}
268 268
269table.diffstat td.mode {
270 white-space: nowrap;
271}
272
269table.diffstat td span.modechange { 273table.diffstat td span.modechange {
270 padding-left: 1em; 274 padding-left: 1em;
271 color: red; 275 color: red;
272} 276}
273 277
274table.diffstat td.add a { 278table.diffstat td.add a {
275 color: green; 279 color: green;
276} 280}
277 281
278table.diffstat td.del a { 282table.diffstat td.del a {
279 color: red; 283 color: red;
280} 284}