/ Published in: CSS
Expand |
Embed | Plain Text
/* All corners */ /*-------------------------------------------------*/ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px /* Corner-specific, browser-specific*/ /*-------------------------------------------------*/ -moz-border-radius-topleft:0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px; -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;
You need to login to post a comment.
