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:
Lance Willett 2013-02-21 05:57:19 +00:00
parent ba90b8bb63
commit 55d189f9ff
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;