Module:Coordinates/styles.css: Difference between revisions
From Vigyanwiki
(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...") |
m (1 revision imported) |
(No difference)
|
Revision as of 21:53, 10 September 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;
}