From 91371132a1be9f7f7ac74f0aa21e9578f8b7adae Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 17 May 2013 19:24:53 +0000 Subject: [PATCH] Twenty Thirteen: fix pixel shift that can occur on gallery non-single views in latest Chrome. Props jeremyfelt, fixes #24310. git-svn-id: https://develop.svn.wordpress.org/trunk@24286 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index a1cce2f82a..5fe0617301 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1599,6 +1599,7 @@ footer.entry-meta { .blog .format-gallery .gallery-item .gallery-icon img, .archive .format-gallery .gallery-item .gallery-icon img, .search .format-gallery .gallery-item .gallery-icon img { + -webkit-backface-visibility: hidden; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);