I've recently switched from Firefox to Opera, and I've noticed that certain elements, for example, .bounty-award, do not have rounded corners anymore. Delving into the CSS reveals that only -webkit-border-radius and -moz-border-radius are defined, but border-radius is not.

border-radius, as the official CSS3 property, should be defined as well, seeing as it is supported in recent versions of Chrome and Opera, in addition to being the only border-radius variant supported in IE9.

Adding a proper border-radius: 3px rule via Dragonfly (like Firebug for Opera) solves this problem.

link|flag

80% accept rate
This is more of a bug than a feature request, IMO. – Brant Bobby Oct 26 at 16:26
@Brant - I wasn't sure what to file it as. – MiffTheFox Oct 26 at 21:53

1 Answer

up vote 1 down vote accepted

Most of Jin's new designs go for the trifecta and bet on all 3.

border-radius as the official property is a recent development which postdates the Stack Overflow stylesheet.

I went ahead and added it in to the SO and Meta stylesheets. Should be deployed today.

link|flag

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged