Module:Coordinates/styles.css: Difference between revisions
From The Goon Show Depository
m (1 revision imported) |
m (1 revision imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
.geo-nondefault, | .geo-nondefault, | ||
.geo-multi-punct { | .geo-multi-punct, | ||
.geo-inline-hidden { | |||
display: none; | display: none; | ||
} | } |
Latest revision as of 09:37, 21 July 2024
/* {{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;
}