Twenty Thirteen: fix typo in browser transition prefix. Fixes #23568, props Jayjdk.
git-svn-id: http://core.svn.wordpress.org/trunk@23464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ba90b8bb63
commit
55d189f9ff
|
@ -935,7 +935,7 @@ ul.nav-menu li:hover > ul,
|
|||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-transition: width 400ms ease, background 400ms ease;
|
||||
-moz-transition-: width 400ms ease, background 400ms ease;
|
||||
-moz-transition: width 400ms ease, background 400ms ease;
|
||||
-o-transition: width 400ms ease, background 400ms ease;
|
||||
transition: width 400ms ease, background 400ms ease;
|
||||
margin: 3px 0;
|
||||
|
|
Loading…
Reference in New Issue