View Single Post
Posts: 566 | Thanked: 150 times | Joined on Dec 2007
#34
Although not a resolution for the DPI issues, I found that Brontides userContent.css script makes sideways scolling and 'fit to width' in Microb pretty much unnecessary. As a cost you lose the original layout of webpages as everything is forced to fit all the time. Combined with fixed minimum fontsize set in userprefs.js I don't need zooming anymore either:

Code:
font.min-size.fixed.x-western 20
font.min-size.variable.x-western 20
font.size.variable.x-western 20
font.size.fixed.x-western 20

Last edited by iamthewalrus; 2008-06-21 at 13:49.