mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 18:55:58 +01:00
Conversion pipeline: Set the default left margin for <dd> tags to 40px
This commit is contained in:
parent
e3a0fe82da
commit
080f70c309
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ p, dl, multicol {
|
|||
|
||||
dd {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
|||
Loading…
Reference in a new issue