Template:Place/style.css

From ArchivesWiki
.tpl-place {
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	padding: 6px;
}

.tpl-place p {
	margin: 0;
}

.tpl-place-image-map {
	display: flex;
	align-items: center;
}

.tpl-place-image {
	flex: 1;
	margin-right: 3px;
	text-align: center;
	font-size: smaller;
}

.tpl-place-map {
	flex: 1;
	margin-left: 3px;
}

.tpl-place-caption {
	text-align: center;
}