Jump to content

Template:Proof/styles.css

From Mathepedia, the mathematical encyclopedia

Revision as of 20:07, 22 March 2026 by {{GENDER:InfernalAtom683|

Mathepedia render error: ! Extra }, or forgotten $. l.8 '"2} } No pages of output. Transcript written on /var/lib/mathepedia-renderer/cache/mathepedia-cbb0e139328 50b9fe4e18f60e540979921293739af0280a15eb127d1c1c6428f-k5ipe5a0/diagram.log.

'"7

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.proof { 
	border: thin solid #aaa; 
	margin: 1em 2em; 
	padding: 0.5em 1em 0.4em;
}

.proof::after {
	content: "";
	display: table;
	clear: both;
}

.qed {
	float: right;
	clear: both; 
	margin-top: 0.2em;
	font-size: 1.2em;
}

@media (max-width: 500px) { 
	.proof {
		margin: 1em 0;
		padding: 0.5em 0.5em 0.4em;
	}
}