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

Template:Horizontal TOC/styles.css
 
m Removing protection template from an unprotected page
 
Line 1: Line 1:
/* {{pp-template}} */
.horizontal-toc-align-right {
.horizontal-toc-align-right {
float: right;
float: right;

Latest revision as of 01:13, 1 September 2023

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