Jump to content

Module:Gallery/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jdlrobson (talk | contribs) at 22:35, 10 August 2018 (#mobile). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
@media all and ( max-width: 720px ) {
	.mw-module-gallery {
	/* Override inline styles in Module:Gallery. !important can be removed when Module:Gallery no longer has them*/
		display: block !important;
		float: none !important;
	}
	.mw-module-gallery div {
		display: inherit !important;
		float: none !important;
		width: auto !important;
	}
}

@media all and ( min-width: 720px ) {
	.mw-module-gallery {
		display: table !important;
		float: right !important;
	}
}