Template:Essay quote/style.css: Difference between revisions

Template page
(Created page with ".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; }")
 
m (CriticalResist moved page Template:Essay quotation/style.css to Template:Essay quote/style.css without leaving a redirect: easier name)
(No difference)

Revision as of 22:01, 19 September 2023

.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;
}