Template:Essay quote/style.css

Template page
Revision as of 22:01, 19 September 2023 by CriticalResist (talk | contribs) (CriticalResist moved page Template:Essay quotation/style.css to Template:Essay quote/style.css without leaving a redirect: easier name)
.essay-quotation{
	/* container for whole quote thing */
}

.essay-quotation-mark{
	/* just the quotation mark that appears behind the quote */
	user-select:none;
}

.left{
	float:left;
}

.right{
	float:right;
}