Template:Horizontal TOC/styles.css
From The Goon Show Depository
Revision as of 10:52, 11 July 2022 by en>Izno (move the margin-left/right to .toc)
/* {{pp-template}} */
.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;
}