Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress 1.0 looks bad with Firefox 3.5

I’m almost positive this is a bug in FF3.5 and it’s understanding of shorthad “font” declarations.

This is fixed in the latest default themes in 1.0.2.

This is what you need to do:

Find the “html {” declaration in the CSS files, and look for the “font:” part. Delete it and replace it with this:

font-size: 11px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;

Then find the “body {” declaration, and replace the “font” part with:

font-size: 12px;

Do the same in both your WordPress and BuddyPress theme.

Skip to toolbar