Fossil

Check-in [2b59fcd475]
Login

Check-in [2b59fcd475]

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: 2b59fcd475db9e341aa3e80baf70228ab28864a5f29c05eb816127bb1f2432d8
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
Unified Diff Ignore Whitespace Patch
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;