By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Nothing I did inside Firefox would fix it so I fixed it by adding the following lines to my userContent.css file:

@-moz-document domain(vgchartz.com) {
    #salestot { font-size:14pt !important; }
    #salesreg a { font-size:6pt !important; }
}

Now it displays correctly. Not sure why I need to do this unless it's DPI related.