Issues with breadcrumb and font size between browsers

Trombones13

Well-known member
XF Breadcrumb and Font Size.webp
Firefox seems to be having an issue on my site with the breadcrumb padding, but I can't figure out what the issue is. In addition, the font is much larger in FF and IE (on this site as well)--is there a way to make that look nice on all browsers?

If you need to see the site, it's http://dev.voiceradio.us. Thanks! :)
 
You need to change the css as follows:
HTML:
.breadcrumb .crust a.crumb {
    border-bottom: 1px solid #0A84B1;

Currently the border-bottom color is #D2E1F0.
 
Top Bottom