Module:Coordinates/styles.css

From Bharatpedia, an open encyclopedia
< Module:Coordinates
Revision as of 19:52, 17 April 2021 by CleanupBot (talk | contribs) (Remove protection template from unprotected page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/*  */
/* Geographical coordinates defaults. The classes "geo", "longitude", and
"latitude" are used by the [[Geo microformat]]. */
.geo-default,
.geo-dms,
.geo-dec {
	display: inline;
}

.geo-nondefault,
.geo-multi-punct {
	display: none;
}

.longitude,
.latitude {
	white-space: nowrap;
}