Difference between revisions of "Module:Coordinates/styles.css"
MyWikiBiz, Author Your Legacy — Friday November 22, 2024
Jump to navigationJump to search (Zoran created the page Module:Coordinates/styles.css using a non-default content model "CSS") |
|||
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 { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .longitude, | ||
+ | .latitude { | ||
+ | white-space: nowrap; | ||
+ | } |
Latest revision as of 21:10, 15 July 2021
/* {{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; }