fix(api): Justify PDF ToC page numbers to the right side of the page
This commit is contained in:
@@ -205,6 +205,8 @@ section {
|
|||||||
#contents a {
|
#contents a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
#contents a::before {
|
#contents a::before {
|
||||||
content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));
|
content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));
|
||||||
|
|||||||
Reference in New Issue
Block a user