Jump to content

Module:Attached KML/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 18:39, 5 June 2022 (Created page with '.attached-kml-error { color: #d33 } should maybe be <kbd>: .attached-kml-error code { font-size: inherit; font-weight: normal; border: 0; } .kmldata, .attached-kml-wikidata { display: none; }'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.attached-kml-error {
	color: #d33
}

/* should maybe be <kbd> */
.attached-kml-error code {
	font-size: inherit;
	font-weight: normal;
	border: 0;
}

.kmldata,
.attached-kml-wikidata {
	display: none;
}