Closed ghost closed 9 years ago
-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
This is no longer necessary. All modern browsers are capable of using border-radius. See: http://caniuse.com/#feat=border-radius
border-radius
Good point!
This is no longer necessary. All modern browsers are capable of using
border-radius
. See: http://caniuse.com/#feat=border-radius