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

See #24425.

git-svn-id: http://core.svn.wordpress.org/trunk@24673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-12 15:10:57 +00:00
parent ce09491a7c
commit 8f1a5dbd98

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;
}