View Single Post
Old 12-17-2014, 03:40 PM   #78
ewphoenix123
Addict
ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'
 
Posts: 201
Karma: 42238
Join Date: Oct 2012
Device: Kobo: Glo, Aura , Aura H2O, Aura ONE, Forma, Elipsa
Quote:
Originally Posted by GeoffR View Post
Unfortunately there is no way to add padding to a page. There is a @page rule that can be used to set the page margin, but it can't be used to add padding. The other problem is that the kepub reader totally ignores the @page rule anyway!

I think the only solution to your problem is to add padding between the lines, i.e. increase the line spacing. (other than using the epub reader instead, which works with much smaller line spacing settings than the kepub reader).
That's to bad. Other then that it's working great. But I need my small linespacing to be happy.

Might something like this work?

* {
box-sizing: border-box;
width: 100%;
border: 0.2px solid white;
}

Last edited by ewphoenix123; 12-17-2014 at 03:48 PM.
ewphoenix123 is offline   Reply With Quote