Template:Horizontal TOC/styles.css

From FasciPedia
< Template:Horizontal TOC
Revision as of 15:01, 27 March 2022 by Deleted User (talk | contribs) (Archangel changed the content model of the page Template:Horizontal TOC/styles.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search
.horizontal-toc-align-right {
	float: right;
}

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

.horizontal-toc-align-center {
	margin-left: auto;
	margin-right: auto;
	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;
}