aaadded 0.5pt line between data cells of tables

This commit is contained in:
Sven Vogel 2024-07-11 15:36:55 +02:00
parent 25adc2df91
commit b842747c3b
2 changed files with 7 additions and 1 deletions

View File

@ -67,7 +67,7 @@
stroke: (x, y) => ( stroke: (x, y) => (
left: none, left: none,
right: none, right: none,
top: if y == 0 { 1.5pt } else if y < 2 { 1pt } else { 0pt }, top: if y == 0 { 1.5pt } else if y < 2 { 1pt } else { 0.5pt },
bottom: if y == 0 { 1pt } else { 1.5pt } )) bottom: if y == 0 { 1pt } else { 1.5pt } ))
// make table header bold // make table header bold

View File

@ -69,6 +69,12 @@ $
table.header[Date][Exercise Type][Calories Burned], table.header[Date][Exercise Type][Calories Burned],
[2023-03-15], [Swimming], [400], [2023-03-15], [Swimming], [400],
[2023-03-17], [Weightlifting], [250], [2023-03-17], [Weightlifting], [250],
[2023-03-18], [Yoga], [200],
[2023-03-15], [Swimming], [400],
[2023-03-17], [Weightlifting], [250],
[2023-03-18], [Yoga], [200],
[2023-03-15], [Swimming], [400],
[2023-03-17], [Weightlifting], [250],
[2023-03-18], [Yoga], [200]), [2023-03-18], [Yoga], [200]),
caption: [ Some table ]) caption: [ Some table ])