Differences From Artifact [f7ca65b586]:
- File src/default.css — part of check-in [bab295db10] at 2025-08-21 12:04:00 on branch timeline-keyboard-navigation — Sync with trunk. (user: florian size: 47232) [more...]
To Artifact [9914df4755]:
- File src/default.css — part of check-in [9cea672b5d] at 2025-09-26 12:50:00 on branch timeline-keyboard-navigation — Sync with trunk. (user: florian size: 47311) [more...]
| ︙ | |||
572 573 574 575 576 577 578 579 580 581 582 583 584 585 | 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 | + |
/* Rules governing diff layout and colors */
table.diff {
width: 100%;
border-spacing: 0;
border-radius: 5px;
border: 1px solid black;
overflow: hidden; /* Prevent background from overlapping rounded borders. */
font-size: 80%;
}
table.diff td.diffln{
padding: 0;
}
table.diff td.diffln > pre{
padding: 0 0.25em 0 0.5em;
|
| ︙ |