PublishingCSS:Making Matters Lexicon

From H&D Publishing Wiki
Revision as of 16:15, 17 February 2022 by Heerko (talk | contribs)
sup.reference {
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
	from { transform: rotate(0deg); }	
	to { transform: rotate(360deg); }
}

.toc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc li {
	padding: 0;
	margin: 0;
}