Revisions: Use all the vendor prefixes for box-sizing.

See #24425.

git-svn-id: https://develop.svn.wordpress.org/trunk@24673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2013-07-12 15:10:57 +00:00
parent 60e8683a41
commit 059c800243
1 changed files with 6 additions and 0 deletions

View File

@ -3517,6 +3517,9 @@ td.plugin-title p {
z-index: 2;
top: 7px;
width: 70%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box; /* ie8 only */
box-sizing: border-box;
}
@ -3527,6 +3530,9 @@ td.plugin-title p {
z-index: 10002;
border-style: solid;
border-width: 0 0 0 1px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box; /* ie8 only */
box-sizing: border-box;
}