Quote:
Originally Posted by rkomar
I seem to recall that that hack was just for modifying where the userStyle.css file was located, which allowed it to be edited afterwards. With the latest firmware on my PB902 (fw 2.1.3), there is a userStyle.css file in /system/fonts/adobe/ that can be modified. So, maybe the old hack isn't necessary anymore with newer versions of AdobeViewer.app?
|
ah, that would be great: but e.g. I've tried to change the margins
and nothing seems to be happening...
EDIT: fantastic, it does work - the rule to use is
Quote:
@page {
margin-right:20px;
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
}
|
or whatever you prefer of course. Rob, many thanks, this is a great find! Not as practical as changing from a settings menu, of course, but still really great!