Template:Unindented description list/styles.css
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;
}