Stop using obsoleted "-moz-border-radius" and "-webkit-border-radius" properties

Fixes #480
This commit is contained in:
nameanyone
2014-03-18 16:38:52 -07:00
parent bdbbf94326
commit 7616c4ce7d
5 changed files with 11 additions and 21 deletions
-2
View File
@@ -19,8 +19,6 @@ Error message and password prompt
left: 50%;
margin-left: -144px; /* - width/2 - paddingHorz/2 - border */
padding: 16px 16px 16px 16px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}