Hey,

*Maybe I'm wrong here* but I came across the use of border-radius throughtout style.css as:

  -border-radius: 4px 4px 0 0; 

but I actually think this isn't correct and should be:

  border-radius: 4px 4px 0 0; 

I'll try and create a patch in the next while to submit here for this. It's fine in Firefox b/c you are still using the moz-border-radius but not working in Chromium for example.

Peace

Comments

Jeff Burnz’s picture

That must be a typo from some poorly thought out search/replace or I was drunk when I wrote it, one or the other... just kidding :)) Patch would be great!