Template:Horizontal TOC/styles.css

From Bharatpedia, an open encyclopedia
< Template:Horizontal TOC
Revision as of 01:13, 1 September 2023 by Bot (talk | contribs) (Removing protection template from an unprotected page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.horizontal-toc-align-right {
	float: right;
}

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

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

.horizontal-toc-align-center .toc {
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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