Template:TOC top/styles.css

From The Goon Show Depository

< Template:TOC top

Revision as of 10:49, 22 July 2022 by Kurt (talk | contribs) (1 revision imported)

/* {{pp|small=y}} */
.toc-top-false-title {
	font-weight: bold;
	text-align: center;
}

.toc-top .hlist ul {
	text-align: inherit;
}

@media all and (min-width: 720px) {
	.toc-top {
		clear: left;
	}
	
	.toc-top-left {
		float: left;
	}
	
	.toc-top-right {
		float: right;
		clear: right;
	}
	
	.toc-top-center {
		 margin: auto;
		 clear: none;
	}
}