MediaWiki:Common.css: Difference between revisions

From The Coffin of Andy and Leyley

mNo edit summary
Tag: Reverted
m (Undo revision 603 by Ashley Graves (talk))
Tag: Undo
Line 14: Line 14:
float: left;
float: left;
margin-right: 1em;
margin-right: 1em;
margin-bottom: 0.5em;
margin-bottom: 1em;
}
}

Revision as of 16:31, 16 January 2024

.contentsquare a > img {
	min-width: 100% !important;
	min-height: 100% !important;
	object-fit: cover;
}

.mw-halign-right {
	float: right;
	clear: right;
	text-align: right;
}

.toc {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}