joelcarlo
-
Chrome -webkit-border-radius bug?
There is a workaround here. It uses box-shadow to create a generic border element. Should work until a bug fix is made. img { border-radius: 5px; box-shadow: 0px 0px 0px 1px green; }
There is a workaround here. It uses box-shadow to create a generic border element. Should work until a bug fix is made. img { border-radius: 5px; box-shadow: 0px 0px 0px 1px green; }