Twenty Thirteen: fix typo in browser transition prefix. Fixes #23568, props Jayjdk.
git-svn-id: https://develop.svn.wordpress.org/trunk@23464 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3ce372ce62
commit
c0879ab325
@ -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
Block a user