Template:Manga Publication/styles.css

From Puella Magi Wiki
Jump to navigation Jump to search
.publication dt, .publication dd {
	display: inline-block;
	min-width: 90px;
	border: 1px solid grey;
	padding: 1px 3px 1px 3px;
}
.publication dt {
	background-color: silver;
	text-align: right;
}
.publication dd {
	margin-right: 1em;
	/* I can't figure out how to get rid of the space between the dt and dd so this'll have to do... */
	margin-left: -0.15em;
}