Jump to content

Module:Coordinates/styles.css

From Shark's Hypothetical Weather
Revision as of 12:33, 2 May 2025 by Sharkius (talk | contribs) (Created page with "{{pp-template}}: 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, .geo-inline-hidden { display: none; } .longitude, .latitude { white-space: nowrap; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
/* 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,
.geo-inline-hidden {
	display: none;
}

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