Vendor prefixes are not needed for border-radius

This commit is contained in:
Tobias Ahlin 2014-09-11 09:11:54 +02:00
commit 6a0a108d2a

View file

@ -272,8 +272,6 @@
color: transparent;
border: 1px solid black;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer;