Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Slightly smaller fonts on diffs. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
912f7295a6a4a0d20d05cf90ddcadcde |
| User & Date: | drh 2021-09-12 10:28:54.374 |
Context
|
2021-09-12
| ||
| 17:50 | Resolution for uneven line alignment on mobile browsers, as reported in [forum:e6f4ee7de98b55c0 | forum post e6f4ee7de98b55c0]. check-in: 49d69ff6c5 user: stephan tags: trunk | |
| 10:28 | Slightly smaller fonts on diffs. check-in: 912f7295a6 user: drh tags: trunk | |
|
2021-09-11
| ||
| 19:51 | More tweaks to the diff alignment algorithm. check-in: f9cc72fffa user: drh tags: trunk | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
533 534 535 536 537 538 539 540 541 542 543 544 545 546 |
}
/* Rules governing diff layout and colors */
table.diff {
width: 100%;
border-spacing: 0;
border: 1px solid black;
}
table.diff td.diffln{
padding: 0;
}
table.diff td.diffln > pre{
padding: 0 0.25em 0 0.5em;
margin: 0;
| > | 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 |
}
/* Rules governing diff layout and colors */
table.diff {
width: 100%;
border-spacing: 0;
border: 1px solid black;
font-size: 80%;
}
table.diff td.diffln{
padding: 0;
}
table.diff td.diffln > pre{
padding: 0 0.25em 0 0.5em;
margin: 0;
|
| ︙ | ︙ |