mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -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 {
|
dd {
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user