Fix incorrect -mox prefixes in CSS.

props morganestes.
fixes #26702 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26887


git-svn-id: http://core.svn.wordpress.org/trunk@26770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2013-12-31 10:53:10 +00:00
parent 1540000b92
commit c829c31aa9
8 changed files with 10 additions and 10 deletions

View File

@@ -12375,7 +12375,7 @@ li#wp-admin-bar-menu-toggle {
display: block;
max-width: none;
box-sizing: border-box;
-mox-box-sizing: border-box;
-moz-box-sizing: border-box;
}
input[type=text].small-text,
@@ -12394,7 +12394,7 @@ li#wp-admin-bar-menu-toggle {
#pass-strength-result {
width: 100%;
box-sizing: border-box;
-mox-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 8px;
}