Active
Project:
Newswire
Version:
6.x-4.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Aug 2011 at 16:37 UTC
Updated:
11 Aug 2011 at 17:06 UTC
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
Comment #1
Jeff Burnz commentedThat 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!