churchm.ag
CSS and Border Radius Support! - ChurchMag
Now you don’t have to declare “webkit” in your border radius calls in CSS! Whoot! For example, this: div{ -moz-border-radius: 10px; -webkit-border-radius: 10px; } can now be this: div{ -moz-border-radius: 10px; border-radius: 10px; } Done! Hurray! [via TB]
ChurchMag Writer