Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix positioning of 'show/hide' checkboxes for the /vinfo pages. This amends [a11d24547826] |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e21f096c61e12ec8489c033cdb0d93f5 |
| User & Date: | george 2025-03-12 21:39:01.447 |
Context
|
2025-03-13
| ||
| 00:45 | A couple of minor fixes for (not) showing associated wikis. This amends [25f43cc634]. ... (check-in: 3c2aba79a7 user: george tags: trunk) | |
|
2025-03-12
| ||
| 21:39 | Fix positioning of 'show/hide' checkboxes for the /vinfo pages. This amends [a11d24547826] ... (check-in: e21f096c61 user: george tags: trunk) | |
| 19:45 | Rollback the change that converted the "manifest" setting to unversioned, as Stephan points out that maybe it does work after all. ... (check-in: e8dc1dfe0e user: drh tags: trunk) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
border-bottom: 3px solid gold;
}
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-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;
| > | 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 |
border-bottom: 3px solid gold;
}
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;
|
| ︙ | ︙ |