Differences From Artifact [4d87fc1c68]:
- File src/default.css — part of check-in [e042be53cf] at 2023-09-26 13:03:59 on branch indicate-closed-branches-in-timeline — Allow styling leaves of closed branches in /timeline. (user: preben size: 43246)
To Artifact [a689aeb375]:
- File src/default.css — part of check-in [6c27f4136e] at 2023-09-27 05:28:48 on branch indicate-closed-branches-in-timeline — Make the horisontal line for lcosed leafes thinner. (user: preben size: 43246)
︙ | |||
119 120 121 122 123 124 125 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | - + - + | width: 4px; height: 4px; background: #000; } .tl-node.closed-leaf:after { content: ''; position: absolute; |
︙ |