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

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
(remove rule)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 17:12, September 13, 2021

/* {{pp-template}} */
.horizontal-toc-align-left {
	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;
}