MediaWiki:Common.css: Difference between revisions

From The Coffin of Andy and Leyley

(Created page with ".contentsquare img { width: 100% !important; height: 100% !important; object-fit: cover; }")
 
m (Undo revision 602 by Ashley Graves (talk))
Tag: Undo
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.contentsquare img {
.contentsquare a > img {
width: 100% !important;
min-width: 100% !important;
height: 100% !important;
min-height: 100% !important;
object-fit: cover;
object-fit: cover;
}
.mw-halign-right {
float: right;
clear: right;
text-align: right;
}
}

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