Template:Horizontal TOC/style.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
} | } | ||
#toc li, #toc ul ul { | #toc:not(.show-breaks) li, #toc ul ul { | ||
margin: 0; | margin: 0; | ||
display: inline; | display: inline; | ||
} | } | ||
#toc li::after | #toc:not(.show-breaks) li::after { content: " • " } | ||
#toc li:last-child::after { content: none } | #toc li:last-child::after { content: none } | ||
/* parentheses around nested lists */ | /* parentheses around nested lists */ | ||