Template:TOC left/styles.css

Revision as of 13:12, 22 October 2020 by Caleb Cooper (talk | contribs) (Created page with "{{pp-template}}: .tocleft { float: left; clear: left; width: auto; background: none; padding: .5em .8em 1.4em 0; margin-bottom: .5em; } .tocleft-clear-left { clea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
/* {{pp-template}} */
.tocleft {
	float: left;
	clear: left;
	width: auto;
	background: none;
	padding: .5em .8em 1.4em 0;
	margin-bottom: .5em; 
}
.tocleft-clear-left {
	clear: left;
}
.tocleft-clear-both {
	clear: both;
}
.tocleft-clear-none {
	clear: none;
}