542
543
544
545
546
547
548
549
550
551
552
553
554
555
|
padding: 0 0.25em 0 0.5em;
}
table.diff td {
vertical-align: top;
}
table.diff pre {
margin: 0 0 0 0;
}
tr.diffskip.jchunk {
/* jchunk gets added from JS to diffskip rows when they are
plugged into the /jchunk route and removed after that data
is fetched. */
background-color: aliceblue;
padding: 0;
|
>
>
>
|
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
|
padding: 0 0.25em 0 0.5em;
}
table.diff td {
vertical-align: top;
}
table.diff pre {
margin: 0 0 0 0;
}
table.diff tr.fetched {
opacity: 0.7;
}
tr.diffskip.jchunk {
/* jchunk gets added from JS to diffskip rows when they are
plugged into the /jchunk route and removed after that data
is fetched. */
background-color: aliceblue;
padding: 0;
|