Differences From Artifact [048d4b0b8b]:
- File src/default.css — part of check-in [00b5e02ab2] at 2021-09-03 12:33:13 on branch diff-color-enhancements — Restore the blue color for changed text in side-by-side diffs. (user: drh size: 43026)
To Artifact [4983d9bc4d]:
- File src/default.css — part of check-in [63a5c754fd] at 2021-09-03 23:00:50 on branch diff-color-enhancements — Draw a thin box around diffs in the default skin (per [forum:/forumpost/a42aade32dd9d42|forum post a42aade32dd9d42]). Show ellipsis at the tops and bottoms of files, if warranted. Fix a problem with "diff.js" that was failing to link all scrollbars associated with a single diff. (user: drh size: 43053) [more...]
| ︙ | ︙ | |||
532 533 534 535 536 537 538 539 540 541 542 543 544 545 |
padding-top: 1px;
}
/* Rules governing diff layout and colors */
table.diff {
width: 98%;
border-spacing: 0;
}
table.diff td {
vertical-align: top;
}
table.diff pre {
margin: 0 0 0 0;
}
| > | 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 |
padding-top: 1px;
}
/* Rules governing diff layout and colors */
table.diff {
width: 98%;
border-spacing: 0;
border: 1px solid black;
}
table.diff td {
vertical-align: top;
}
table.diff pre {
margin: 0 0 0 0;
}
|
| ︙ | ︙ |