Module:Coordinates/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>WOSlinker (copied over from ]]MediaWiki:Common.css) |
m (Protected "Module:Coordinates/styles.css": Important page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
/* Geographical coordinates defaults. The classes "geo", "longitude", and "latitude" are used by the [[Geo microformat]]. */ | /* {{pp-template}} */ | ||
.geo-default, .geo-dms, .geo-dec { | /* Geographical coordinates defaults. The classes "geo", "longitude", and | ||
"latitude" are used by the [[Geo microformat]]. */ | |||
.geo-default, | |||
.geo-dms, | |||
.geo-dec { | |||
display: inline; | display: inline; | ||
} | } | ||
.geo-nondefault, .geo-multi-punct { | |||
.geo-nondefault, | |||
.geo-multi-punct { | |||
display: none; | display: none; | ||
} | } | ||
.longitude, .latitude { | |||
.longitude, | |||
.latitude { | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } |
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; }