In the manual, update dot leaders to be larger dots instead of dashes

This commit is contained in:
Alex Cabal 2020-09-13 19:22:50 -05:00
parent 3402651a98
commit c584eab2e9

View file

@ -404,7 +404,7 @@ figure.corrected code{
.manual > article > section > section[id] section > aside.number::after{ .manual > article > section > section[id] section > aside.number::after{
content: " "; content: " ";
width: 2rem; width: 2rem;
border-bottom: 1px dashed; border-bottom: 2px dotted;
border-color: rgba(0, 0, 0, .5); border-color: rgba(0, 0, 0, .5);
display: block; display: block;
margin-left: 10.25rem; margin-left: 10.25rem;