View Single Post
Old 06-18-2011, 03:16 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,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Doesn't just this work?:

Code:
@page { margin: 5pt; }
html body { margin: 0; padding: 0; }
(Note there's no comma between "html" and "body", meaning "body inside html" instead of "body and html". I use this because in my Cybook, "body" alone seems to be overriden by some internal style of the reader, while "html body" has a higher priority and gets the effect done.)
Jellby is offline   Reply With Quote