跳转到内容

Module:Coordinates/styles.css

维基百科,自由的百科全书

这是本页的一个历史版本,由WhitePhosphorus留言 | 贡献2021年4月16日 (五) 03:46 (已保护“Module:Coordinates/styles.css”:高风险模板([编辑=仅允许模板编辑员和管理员](无限期)[移动=仅允许模板编辑员和管理员](无限期)))编辑。这可能和当前版本存在着巨大的差异。

/* 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;
}