mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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:
parent
ce09491a7c
commit
8f1a5dbd98
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user