Jump to content

Template:SubQED/styles.css: Difference between revisions

From Mathepedia, the mathematical encyclopedia
Created page with ".subqed, .proofqed { display: inline-block; float: right; margin-left: 0.6em; font-family: serif; font-style: normal; font-weight: normal; line-height: inherit; white-space: nowrap; } .subqed { font-size: 0.85em; } .proofqed { font-size: 1em; }"
 
No edit summary
 
Line 12: Line 12:


.subqed {
.subqed {
font-size: 0.85em;
font-size: 1.2em;
}
}


.proofqed {
.proofqed {
font-size: 1em;
font-size: 1.2em;
}
}

Latest revision as of 16:40, 16 July 2026

.subqed,
.proofqed {
	display: inline-block;
	float: right;
	margin-left: 0.6em;
	font-family: serif;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	white-space: nowrap;
}

.subqed {
	font-size: 1.2em;
}

.proofqed {
	font-size: 1.2em;
}