Template:Manga Publication/styles.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
.publication dd {
.publication dd {
margin-right: 1em;
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;
}
}

Revision as of 00:06, 23 May 2024

.publication dt, .publication dd {
	display: inline-block;
	min-width: 120px;
	border: 1px solid grey;
	padding: 2px;
}
.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;
}