Remove old vendor prefixes. props andrewryno, ocean90, fixes #18700.

git-svn-id: https://develop.svn.wordpress.org/trunk@19203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-11-07 17:32:24 +00:00
parent 50b132c285
commit 808c8dc6a5
13 changed files with 10 additions and 42 deletions

View File

@@ -9,8 +9,6 @@ body {
margin: 2em auto;
width: 700px;
padding: 1em 2em;
-moz-border-radius: 11px;
-khtml-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
border: 1px solid #dfdfdf;
@@ -82,13 +80,10 @@ abbr {
cursor: pointer;
border: 1px solid #bbb;
color: #464646;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
box-sizing: content-box;
}
@@ -107,8 +102,6 @@ abbr {
textarea {
border: 1px solid #bbb;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}