mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
Merge pull request #1477 from ZoomTen/docs-3
docpdf: add dot leaders in ToC
This commit is contained in:
commit
cdb1638cb3
1 changed files with 2 additions and 1 deletions
|
@ -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