Want to help edit Wikiwrimo? It's easy. Click the Create Account button to get started.

Template:InfoCard/styles.css

From Wikiwrimo
< Template:InfoCard
Revision as of 15:54, 27 July 2020 by en>Tacsipacsi (move clear:both from inline CSS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.wiki-template-infocard {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
	border-radius: 2px;
	padding: 1em;
}

.wiki-template-infocard-title {
	padding: 0 0 0.5625em 0;
	margin: 0;
}

.wiki-template-infocard-content {
	clear: both;
}