MediaWiki:Common.css: Difference between revisions

From LHDB
No edit summary
No edit summary
Line 5: Line 5:
}
}


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

Revision as of 10:28, 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;
}