From c0879ab325e7d0c00ac620ee1a3f08de3a7b71b9 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 21 Feb 2013 05:57:19 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 62ac118e78..27927899e3 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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;