page-number-position
The position of the page number for each table of contents item.
Availability
Available in: Table of Contents
Type
Available values
Value | Description |
---|---|
none |
No page number should be displayed. |
trailing-column |
Page numbers are displayed at the trailing border of the table of contents. Default. |
after-em-space |
Page numbers are displayed directly after the heading, separated by an em space. |
after-em-dash |
Page numbers are displayed directly after the heading, separated by an em dash. |
Default value
trailing-column
Inherited
No.
Example
table-of-contents {
// Don't show page numbers
page-number-position: none
}