Found a small bug or conflict.
Screenshot, the "option" is a giant, black bold font type/size. GB is causing this as my web developer firefox addon shows it caused by this portion of the css
See other screenshot when GB is disabled.
Code:
legend (line 230)
{
font-family: Arial;
font-size: 11pt;
font-weight: bold;
color: Black;
}
How do I safely fix this without interfering with GB too?
Thanks nix