summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore 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
@@ -273,59 +273,58 @@ table.diffstat td.add a {
273 273
274table.diffstat td.del a { 274table.diffstat td.del a {
275 color: red; 275 color: red;
276} 276}
277 277
278table.diffstat td.upd a { 278table.diffstat td.upd a {
279 color: blue; 279 color: blue;
280} 280}
281 281
282table.diffstat td.graph { 282table.diffstat td.graph {
283 width: 75%; 283 width: 75%;
284 vertical-align: center; 284 vertical-align: center;
285} 285}
286 286
287table.diffstat td.graph img { 287table.diffstat td.graph img {
288 border: none; 288 border: none;
289 height: 8pt; 289 height: 8pt;
290} 290}
291 291
292div.diffstat-summary { 292div.diffstat-summary {
293 color: #888; 293 color: #888;
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 {
313 color: green; 312 color: green;
314} 313}
315 314
316table.diff td div.del { 315table.diff td div.del {
317 color: red; 316 color: red;
318} 317}
319 318
320.sha1 { 319.sha1 {
321 font-family: courier; 320 font-family: courier;
322 font-size: 90%; 321 font-size: 90%;
323} 322}
324 323
325.left { 324.left {
326 text-align: left; 325 text-align: left;
327} 326}
328 327
329.right { 328.right {
330 text-align: right; 329 text-align: right;
331} 330}