MediaWiki:Common.css: Difference between revisions

From LHDB
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.res-img img {
.res-img img {
max-width:100vw;
max-width:100%;
height:auto;
height:auto;
}
}

Revision as of 12:18, 17 October 2024

/* CSS placed here will be applied to all skins */
.res-img img {
	max-width:100%;
	height:auto;
}

.gallery {
	margin: 0 !important;
}