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:28, 10 August 2018 (Created page with '.mw-module-gallery { Override inline styles in Module:Gallery. !important can be removed when Module:Gallery no longer has them: display: block !important;...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.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;
}

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