Difference between revisions of "Module:Coordinates/styles.css"
Jump to navigation
Jump to search
(Adding protection template) |
m (1 revision imported) |
| (2 intermediate revisions by 2 users not shown) | |
(No difference)
| |
Latest revision as of 18:29, 31 May 2022
/* {{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 {
display: none;
}
.longitude,
.latitude {
white-space: nowrap;
}