Merge pull request #137 from Nikerabbit/cssfix

Remove prefixed border-radius rules
This commit is contained in:
Santhosh Thottingal
2014-03-23 09:58:14 +05:30

View File

@@ -17,8 +17,6 @@
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);