View Single Post
YoDude's Avatar
Posts: 2,869 | Thanked: 1,784 times | Joined on Feb 2007 @ Po' Bo'. PA
#9
Originally Posted by Snoshrk View Post
@YoDude
Your first link was where I had been going & having issues: ie check boxes only 1/2 rendered & hard to click buttons. I have been using the basic html version but wanted a less wastefull screen layout.

That story was what prompted my wanting to use a 'mobile' version again, like I had with microb. Looks interesting.

@dkwatts

Thanks for the links! The mobile one is what I was looking for, I'll have to try the iphone version next

Again, thank you!

m
Yup, me too! That's when what I had read about userContent.css started to make sense...

The file /home/user/.mozilla/microb/chrome/userContent.css is read by the Microb webbrowser and allows to have custom rules for how to display certain elements on a page
I added
Code:
 
@-moz-document url-prefix(https://mail.google.com/mail/x/) {
  body {font-size: 150% !important}
}
to my userContent.css file with a text editor and it became usefull for me.
Attached Images
 

Last edited by YoDude; 2009-04-09 at 11:52.