Template:Horizontal TOC/sandbox/styles.css

From Wikipedia, the free encyclopedia
.horizontal-toc-align-right {
	float: right;
}

.horizontal-toc-align-left {
	float: left;
}

.horizontal-toc-align-center {
	display: flex;
	justify-content: center;
	clear: none;
}

.horizontal-toc-clear-right {
	clear: right;
}

.horizontal-toc-clear-left {
	clear: left;
}

.horizontal-toc-clear-both {
	clear: both;
}

.horizontal-toc-clear-none {
	clear: none;
}