Module:Coordinates/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
m (1 revision imported: Adding location map template) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
/* {{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; | |||
} |
Latest revision as of 03:28, 23 November 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, .geo-inline-hidden { display: none; } .longitude, .latitude { white-space: nowrap; }