mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Conversion pipeline: Set the default left margin for <dd> tags to 40px
This commit is contained in:
parent
e3a0fe82da
commit
080f70c309
@ -55,6 +55,7 @@ p, dl, multicol {
|
||||
|
||||
dd {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
Loading…
x
Reference in New Issue
Block a user