Differences From Artifact [0da34ebaf3]:
- File src/default.css — part of check-in [49d69ff6c5] at 2021-09-12 17:50:07 on branch trunk — Resolution for uneven line alignment on mobile browsers, as reported in [forum:e6f4ee7de98b55c0 | forum post e6f4ee7de98b55c0]. (user: stephan size: 45216)
To Artifact [dc5c9e4e87]:
- File src/default.css — part of check-in [bce9662451] at 2021-09-12 18:20:27 on branch trunk — Soften the box around diffs with a 5px corner radius. (user: drh size: 45238)
| ︙ | |||
532 533 534 535 536 537 538 539 540 541 542 543 544 545 | 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: 100%;
border-spacing: 0;
border-radius: 5px;
border: 1px solid black;
font-size: 80%;
}
table.diff td.diffln{
padding: 0;
}
table.diff td.diffln > pre{
|
| ︙ |