docpdf: add dot leaders in ToC
This commit is contained in:
parent
e88d3b8483
commit
e2e5371e14
|
@ -227,7 +227,8 @@ if __name__ == "__main__":
|
|||
letter-spacing: .01em;
|
||||
}
|
||||
a.indexItemPre[href^='#']:after {
|
||||
content: '';
|
||||
content: ' ' leader('.') ' ';
|
||||
font-size: 1em;
|
||||
}
|
||||
a.indexItem {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue