mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-17 22:10:12 +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;
|
letter-spacing: .01em;
|
||||||
}
|
}
|
||||||
a.indexItemPre[href^='#']:after {
|
a.indexItemPre[href^='#']:after {
|
||||||
content: '';
|
content: ' ' leader('.') ' ';
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
a.indexItem {
|
a.indexItem {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in a new issue