Okay, so now we know that if you want to do any SquirrelMail mods you should probably install your own version. As I mentioned before I did this anyway because, as Matt pointed out, any UH upgrades would overwrite my changes.
Below is the css I'm using if anyone wants it. (I tried attaching but I'm getting an error.) Also, I'm willing to help with customization and SM installs -- just ask!
Code:
body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, textarea, pre {
font-family: verdana,arial,sans-serif;
}
body, small {
font-size: 7pt;
}
td, th, pre, input, select {
font-size: 8pt;
}
textarea {
font-size: 9pt;
}