Quote:
EDIT: And for padding in hr, are you saying I should be using padding-top/padding-bottom set to 0.9em each instead of margin-top/margin-bottom?
|
No, you can't have padding on an hr tag, has to be margin. But that margin won't be collapsed in an epub because it is on the hr tag. But margin on a p tag can be collapsed so use padding there.