755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
|
},
{ "div.sbsdiff",
"side-by-side diff display",
@ font-family: monospace;
@ white-space: pre;
},
{ "div.udiff",
"unified diff display",
@ font-family: monospace;
@ white-space: pre;
},
{ "span.diffchng",
"changes in a diff",
@ background-color: #d8d8d8;
},
{ "span.diffadd",
"added code in a diff",
@ background-color: #d8ffd8;
},
{ "span.diffrm",
"deleted in a diff",
@ background-color: #ffd8d8;
},
{ "span.diffhr",
"suppressed lines in a diff",
@ color: #0000ff;
},
{ 0,
0,
|
|
|
|
|
|
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
|
},
{ "div.sbsdiff",
"side-by-side diff display",
@ font-family: monospace;
@ white-space: pre;
},
{ "div.udiff",
"context diff display",
@ font-family: monospace;
@ white-space: pre;
},
{ "span.diffchng",
"changes in a diff",
@ background-color: #ffffc8;
},
{ "span.diffadd",
"added code in a diff",
@ background-color: #e0ffe0;
},
{ "span.diffrm",
"deleted in a diff",
@ background-color: #ffe0e0;
},
{ "span.diffhr",
"suppressed lines in a diff",
@ color: #0000ff;
},
{ 0,
0,
|