Template:Horizontal TOC/styles.css: Difference between revisions
From The Goon Show Depository
en>Izno (move the margin-left/right to .toc) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 11:35, 28 July 2022
/* {{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;
}