Fossil SCM
Fix positioning of 'show/hide' checkboxes for the /vinfo pages. This amends [a11d24547826]
Commit
e21f096c61e12ec8489c033cdb0d93f5877e849a0ec663af68f79a1ef81d4f2c
Parent
e8dc1dfe0e9a164…
1 file changed
+1
+1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -750,10 +750,11 @@ | ||
| 750 | 750 | body.tkt div.content ol.tkt-changes > li:target > ol { |
| 751 | 751 | border-left: 1px solid gold; |
| 752 | 752 | } |
| 753 | 753 | body.cpage-ckout .file-change-line, |
| 754 | 754 | body.cpage-info .file-change-line, |
| 755 | +body.cpage-vinfo .file-change-line, | |
| 755 | 756 | body.cpage-vdiff .file-change-line { |
| 756 | 757 | margin-top: 16px; |
| 757 | 758 | margin-bottom: 16px; |
| 758 | 759 | margin-right: 1em /* keep it from nudging right up against the scrollbar-reveal zone */; |
| 759 | 760 | display: flex; |
| 760 | 761 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -750,10 +750,11 @@ | |
| 750 | body.tkt div.content ol.tkt-changes > li:target > ol { |
| 751 | border-left: 1px solid gold; |
| 752 | } |
| 753 | body.cpage-ckout .file-change-line, |
| 754 | body.cpage-info .file-change-line, |
| 755 | body.cpage-vdiff .file-change-line { |
| 756 | margin-top: 16px; |
| 757 | margin-bottom: 16px; |
| 758 | margin-right: 1em /* keep it from nudging right up against the scrollbar-reveal zone */; |
| 759 | display: flex; |
| 760 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -750,10 +750,11 @@ | |
| 750 | body.tkt div.content ol.tkt-changes > li:target > ol { |
| 751 | border-left: 1px solid gold; |
| 752 | } |
| 753 | body.cpage-ckout .file-change-line, |
| 754 | body.cpage-info .file-change-line, |
| 755 | body.cpage-vinfo .file-change-line, |
| 756 | body.cpage-vdiff .file-change-line { |
| 757 | margin-top: 16px; |
| 758 | margin-bottom: 16px; |
| 759 | margin-right: 1em /* keep it from nudging right up against the scrollbar-reveal zone */; |
| 760 | display: flex; |
| 761 |