Template:TOC center/styles.css

Revision as of 13:27, 22 October 2020 by Caleb Cooper (talk | contribs) (Created page with "{{pp-template}}: .toccenter { clear: both; text-align: center; width: 100%; box-sizing: border-box; padding: 0.5em; } .toccenter > * { margin-left: auto; margin-ri...")
(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}} */
.toccenter {
	clear: both;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
}
.toccenter > * {
	margin-left: auto;
	margin-right: auto;
}