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..." |
CleanupBot (talk | contribs) m Remove protection template from unprotected page |
||
| Line 1: | Line 1: | ||
/* | /* */ | ||
/* 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 19:52, 17 April 2021
/* */
/* 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;
}