Шаблон:Tocline/styles.css

Материал из Викитеки — свободной библиотеки
/* [[Категория:Шаблоны:Стили]] - не удалять */

.tocline {
	font-size: smaller;
	text-align: center;
	border-bottom: 1px solid #a88;
}

.tocline ul, .tocline p {
	margin: 0;
}

.tocline li {
	font-size: 90%;
	display: inline;
	white-space: nowrap;
}

.tocline li:not(:last-child):after {
	content: " • ";
}