Module:Coordinates/styles.css: Difference between revisions
Appearance
imported>Izno whitespace per convention |
m Protected "Module:Coordinates/styles.css": Important page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
/* {{pp-template}} */ | |||
/* Geographical coordinates defaults. The classes "geo", "longitude", and | /* Geographical coordinates defaults. The classes "geo", "longitude", and | ||
"latitude" are used by the [[Geo microformat]]. */ | "latitude" are used by the [[Geo microformat]]. */ | ||
Latest revision as of 03:24, 15 September 2023
/* {{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;
}