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 3: Line 3:
min-width: 90px;
min-width: 90px;
border: 1px solid grey;
border: 1px solid grey;
padding: 2px;
padding: 1px 3px 1px 3px;
}
}
.publication dt {
.publication dt {

Latest revision as of 00:08, 23 May 2024

.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;
}