equal
deleted
inserted
replaced
413 background-image: url(../../../images/thumbnail.png); |
413 background-image: url(../../../images/thumbnail.png); |
414 background-position: top right; |
414 background-position: top right; |
415 background-repeat: no-repeat; |
415 background-repeat: no-repeat; |
416 } |
416 } |
417 |
417 |
|
418 /* Tables where diffs are shown */ |
|
419 table.diff, td.diff-otitle, td.diff-ntitle { background-color: white; } |
|
420 td.diff-addedline { background: #cfc; font-size: smaller; } |
|
421 td.diff-deletedline { background: #ffa; font-size: smaller; } |
|
422 td.diff-context { background: #eee; font-size: smaller; } |
|
423 span.diffchange { color: red; font-weight: bold; } |
|
424 |