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 {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#contents a::before {
|
||||
content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));
|
||||
|
||||
Reference in New Issue
Block a user