Conversion pipeline: Set the default left margin for <dd> tags to 40px

This commit is contained in:
Kovid Goyal 2009-09-17 18:35:36 -06:00
parent e3a0fe82da
commit 080f70c309

View File

@ -55,6 +55,7 @@ p, dl, multicol {
dd { dd {
display: block; display: block;
margin-left: 40px;
} }
blockquote { blockquote {