MediaWiki:Common.css: Difference between revisions

From LHDB
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 9: Line 9:
}
}


.mw-parser-output>ul {
.mw-parser-output>.gallery {
margin: 0 !important;
margin: 0 !important;
}
}

Revision as of 10:31, 17 October 2024

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

.gallery ul {
	margin: 0 !important;
}

.mw-parser-output>.gallery {
	margin: 0 !important;
}