Template:Horizontal TOC/style.css

From Blooncyclopedia, the independent Bloons knowledge base
Revision as of 17:07, 26 October 2025 by Polavux (talk | contribs) (Created page with "#toc li, #toc ul ul { display: inline } #toc li::after { content: " • " } #toc li:last-child::after { content: none } parentheses around nested lists: #toc li li:first-child::before { content: " ("; font-weight: normal; } #toc li li:last-child::after { content: ")"; font-weight: normal; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#toc li, #toc ul ul			{ display: inline }
#toc li::after				{ content: " • " }
#toc li:last-child::after	{ content: none }

/* parentheses around nested lists */
#toc li li:first-child::before {
	content: " (";
	font-weight: normal;
}
#toc li li:last-child::after {
	content: ")";
	font-weight: normal;
}