mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
In the manual, update dot leaders to be larger dots instead of dashes
This commit is contained in:
parent
3402651a98
commit
c584eab2e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue