Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Amend [a11d245478]: Fix positioning of 'show/hide' checkboxes for /ci pages. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2b59fcd475db9e341aa3e80baf70228a |
| User & Date: | florian 2025-04-18 12:25:00.000 |
Context
|
2025-04-18
| ||
| 12:28 | Resolve accidental fork. ... (check-in: b6e029394d user: florian tags: trunk) | |
| 12:25 | Amend [a11d245478]: Fix positioning of 'show/hide' checkboxes for /ci pages. ... (check-in: 2b59fcd475 user: florian tags: trunk) | |
| 12:18 | Modify some links that show/ignore diff whitespace to preserve the diff type. ... (check-in: 1c61fcd9d6 user: florian tags: trunk) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
749 750 751 752 753 754 755 756 757 758 759 760 761 762 |
}
body.tkt div.content ol.tkt-changes > li:target > ol {
border-left: 1px solid gold;
}
body.cpage-ckout .file-change-line,
body.cpage-info .file-change-line,
body.cpage-vinfo .file-change-line,
body.cpage-vdiff .file-change-line {
margin-top: 16px;
margin-bottom: 16px;
margin-right: 1em /* keep it from nudging right up against the scrollbar-reveal zone */;
display: flex;
flex-direction: row;
justify-content: space-between;
| > | 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
}
body.tkt div.content ol.tkt-changes > li:target > ol {
border-left: 1px solid gold;
}
body.cpage-ckout .file-change-line,
body.cpage-info .file-change-line,
body.cpage-vinfo .file-change-line,
body.cpage-ci .file-change-line,
body.cpage-vdiff .file-change-line {
margin-top: 16px;
margin-bottom: 16px;
margin-right: 1em /* keep it from nudging right up against the scrollbar-reveal zone */;
display: flex;
flex-direction: row;
justify-content: space-between;
|
| ︙ | ︙ |