Thread: MicroB hacking
View Single Post
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#1
I have been "fiddling" with tricks to make MicroB more usable and I just stumbled across many neat enhancements.

In your userContent.css

Code:
/* Listed most compatible to most trouble */

/* Make links bigger by default, can still be overridden by pages */
a { padding: 1em; margin: -.8em; }

/* Make it harder for pages to be bigger than the display ( thanks Rider ) */
* { max-width: 100% !important; min-width: 0px !important }

/* Make tiny text areas a thing of the past */
input { min-height: 18px ! important }
If another MicroB tweaker could try these globals it would help me refine them some.

Last edited by brontide; 2008-04-06 at 19:02.
 

The Following 8 Users Say Thank You to brontide For This Useful Post: