View Single Post
Old 09-02-2022, 02:04 PM   #2
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
I notice that the mobileread Wiki page you link to specifies a margin in the pt unit. Kinda funny given the talk here.

I don't include html in an epub stylesheet. For webpages I put this on the html tag. It's something the browser probably does anyway but it just makes sure.

Code:
	html {
		box-sizing: border-box;
	}
As for what the difference is between html and body, it's one of those things that you need to have a lot of time to look into... and is not really worth worrying about in the end.
bookman156 is offline   Reply With Quote