View Single Post
Old 05-06-2011, 04:32 AM   #15
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,516
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by illustrata View Post
No, that was a typo, 1.8em; I don't know if there 18em would be appropriate anywhere, of course.
That's better, but it still looks too wide to me. Also note that top/bottom margin/padding in the body element applies only to the first and last "pages" in the flow, the body is the whole text, not each screen. If you want to set a page margin, better use something like:

Code:
@page { margin: 1em; } /* or 2mm, or 5px... */
html body { margin: 0; padding: 0; }
Jellby is offline   Reply With Quote