Differences From Artifact [c107b4f801]:
- File src/default.css — part of check-in [531668f5b1] at 2025-10-07 19:46:21 on branch tktview-newest-first — Experimentally add a JS toggle to the /tktview comment list to show the comment history in reverse order (newest first). This toggle only appears if JS is available and is persistent on the client. It was added per an off-list request from Steve Landers. (user: stephan size: 47248) [more...]
To Artifact [a9ed3842aa]:
- File src/default.css — part of check-in [6950c14829] at 2025-10-17 14:18:44 on branch timeline-enhance-2025 — Use CSS instead of <string> markup to add emphasis to the check-in hash. (user: drh size: 47291) [more...]
| ︙ | ︙ | |||
55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
tr.timelineCurrent td {
border-radius: 0;
border-width: 0;
}
span.timelineLeaf {
font-weight: bold;
}
span.timelineHistDsp {
font-weight: bold;
}
td.timelineTime {
vertical-align: top;
text-align: right;
white-space: nowrap;
| > > > | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
tr.timelineCurrent td {
border-radius: 0;
border-width: 0;
}
span.timelineLeaf {
font-weight: bold;
}
span.timelineHash {
font-weight: bold;
}
span.timelineHistDsp {
font-weight: bold;
}
td.timelineTime {
vertical-align: top;
text-align: right;
white-space: nowrap;
|
| ︙ | ︙ |