Difference between revisions of "Template:Graph:Street map with marks/styles.css"

From Crews Genealogy Wiki: focusing on the Wiregrass south, and related families
Jump to navigation Jump to search
import>MusikBot II
m (Changed protection settings for "Template:Graph:Street map with marks/styles.css": High-risk template or module: 4652 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite)))
 
m (1 revision imported)
 
(No difference)

Latest revision as of 09:15, 14 March 2022

/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva div.mw-graph {
		min-width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

.mw-graph-img {
	width: inherit;
	height: inherit;
}