Template:Unindented description list/styles.css

From Fanverse
Revision as of 06:49, 29 June 2025 by Mob (talk | contribs) (Created page with ".unindented-dl-wrapper dd { margin-left: 0; text-indent: 1em hanging; } .unindented-dl-wrapper.compact dd { margin-bottom: 0; text-indent: 0; } .unindented-dl-wrapper.compact dt { margin-bottom: 0; } .dt-vpad dt:nth-child(n+2) { margin-top: 0.4em; } .unindented-dl-wrapper dl { margin-top: 0em; margin-bottom: 0.2em; } .unindented-dl-wrapper.compact dl { margin-bottom: 0; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.unindented-dl-wrapper dd {
	margin-left: 0;
	text-indent: 1em hanging;
}
.unindented-dl-wrapper.compact dd {
	margin-bottom: 0;
	text-indent: 0;
}
.unindented-dl-wrapper.compact dt {
	margin-bottom: 0;
}
.dt-vpad dt:nth-child(n+2) {
	margin-top: 0.4em;
}
.unindented-dl-wrapper dl {
	margin-top: 0em;
	margin-bottom: 0.2em;
}
.unindented-dl-wrapper.compact dl {
	margin-bottom: 0;
}