View Single Post
Old 08-24-2013, 05:56 AM   #3
krzym1
Junior Member
krzym1 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2013
Device: PB 622
Sadly, neither
Code:
@page {
 margin-right:20px;
 margin-left:20px;
 margin-top:10px;
 margin-bottom:10px;
 }
nor
Code:
p {margin: 20px;}
worked.

Seems like the changes in CSS I made disappeared after opening the ebook - the file just kept resetting to default
Code:
body{}
Hoverer once it changed to
Code:
body{margin: 0px;}
- most likely after I set margins to small in settings but still margins were far from being 0px

I was thinking about putting there "-10px" but I got worried my device would explode heh Seems like some ebooks are just too resilient to external formatting.
krzym1 is offline   Reply With Quote