Module:Coordinates/styles.css: Difference between revisions

From Project: Jotunnheim
Jump to navigation Jump to search
Content added Content deleted
gender and sexuality>Pppery
(Adding protection template)
 
m (1 revision imported)
 
(2 intermediate revisions by 2 users 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 08:03, 23 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;
}