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:
Lance Willett 2013-02-21 05:57:19 +00:00
parent 3ce372ce62
commit c0879ab325
1 changed files with 1 additions and 1 deletions

View File

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