View Single Post
Old 08-31-2022, 09:36 PM   #24
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
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.
bookman156 is offline   Reply With Quote