6bad52e68d
- Bumped the dot's margin-left from -31 to -33 so its centre lands on the rail's centre (the border-collapsed 4px border effectively leaves 26px between rail centre and content-start; half of a 14px dot is 7px, so margin = -(26+7)). margin-right bumped to 16 to preserve the gap to the date text. - Replaced the CSS-triangle arrowhead with an inline SVG chevron (stroke-linecap:round, stroke-linejoin:round, stroke-width:3) so the cap matches the rounded "v" arrow look the user asked for. SVG sits at the bottom of its cell with the same -38 offset as the dot pile so dot, chevron and rail share a single vertical axis.