Template:Horizontal TOC/styles.css: Difference between revisions

From FasciPedia
Jump to navigation Jump to search
(Created page with ".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; }")
Β 
(Archangel changed the content model of the page Template:Horizontal TOC/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
Β 
(No difference)

Latest revision as of 15:01, 27 March 2022

.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;
}