Template:Horizontal TOC/style.css

#toc .tocnumber {
	display: none;
}

#toc:not(.show-breaks) li, #toc ul ul	{
	margin: 0;
	display: inline;
}

#toc:not(.show-breaks) 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;
}