ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Update website to reflect Opera native support #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, since Opera natively supports rounded corners, CurvyCorners website 
should reflects this change in various pages:

1) home page (http://www.curvycorners.net/):

"CurvyCorners only does its magic on browsers that don't have CSS3 
border-radius support, namely IE and Opera."

now there's only IE left :)

2) instructions (http://www.curvycorners.net/instructions/):

"Using CurvyCorners the new way — using CSS" section, sample code is 
currently:
.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}

"border-radius" should be added as well

3) I presume there are some other parts of the website to update as well ;)

Regards

Original issue reported on code.google.com by vlak...@gmail.com on 18 Dec 2010 at 5:22